#206070

Color #206070 Orient (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orient #206070

Tints of Orient #206070

Color information

#206070 (or 0x206070) is unknown color: approx Orient. HEX triplet: 20, 60 and 70. RGB value is (32,96,112). Sum of RGB (Red+Green+Blue) = 32+96+112=240 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.33% from 240); Green value is 96 (37.89% from 255 or 40% from 240); Blue value is 112 (44.14% from 255 or 46.67% from 240); Max value from RGB is 112 - color contains mainly: blue. Hex color #206070 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206070 is #DF9F8F. Grayscale: #4E4E4E. Windows color (decimal): -14655376 or 7364640. OLE color: 7364640.

HSL color Cylindrical-coordinate representation of color #206070: hue angle of 192º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #206070 is Cyan = 0.71, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3296112-
CMYK0.710.1400.56
HSL192º55.56%28.24%-
HSV(B)192º71.43%43.92%-
XYZ7.79.8416.82-
YUV78.69146.894.7-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 32 (12.89% from 255) = 13.33%
GREEN value IS 96 (37.89% from 255) = 40%
BLUE value IS 112 (44.14% from 255) = 46.67%
R=13.33%
G=40%
B=46.67%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal32961120.710.1400.5619255.5628.24
Hex20607047E038c0381c
Octal40140160107160703007034
Binary100000110000011100001000111111001110001100000011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #206070; }

 p { color: rgb(32,96,112); }

 H1.HeaderClassName
 {
   color: #206070;
 }
 .AnyTagClassName
 {
   color: #206070;
 }
</style>
background-color css

<style>
 a { background-color: #206070; }

 a { background-color: rgb(32,96,112); }

 div.DivClassName
 {
   background-color: #206070;
 }
 .BgClassName
 {
   background-color: #206070;
 }
</style>
border-color css

<style>
 span { border-color: #206070; }

 span { border-color: rgb(32,96,112); }

 td.TdClassName
 {
   border-color: #206070;
 }
 .TagClassName
 {
   border-color: #206070;
 }
</style>