#206179

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

Shades of Orient #206179

Tints of Orient #206179

Color information

#206179 (or 0x206179) is unknown color: approx Orient. HEX triplet: 20, 61 and 79. RGB value is (32,97,121). Sum of RGB (Red+Green+Blue) = 32+97+121=250 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.8% from 250); Green value is 97 (38.28% from 255 or 38.8% from 250); Blue value is 121 (47.66% from 255 or 48.4% from 250); Max value from RGB is 121 - color contains mainly: blue. Hex color #206179 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206179 is #DF9E86. Grayscale: #505050. Windows color (decimal): -14655111 or 7954720. OLE color: 7954720.

HSL color Cylindrical-coordinate representation of color #206179: hue angle of 196.18º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #206179 is Cyan = 0.74, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3297121-
CMYK0.740.2000.53
HSL196.18º58.17%30%-
HSV(B)196.18º73.55%47.45%-
XYZ8.3210.2419.63-
YUV80.3150.9793.55-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.8%
GREEN value IS 97 (38.28% from 255) = 38.8%
BLUE value IS 121 (47.66% from 255) = 48.4%
R=12.8%
G=38.8%
B=48.4%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal32971210.740.2000.53196.1858.1730
Hex2061794A14035c43a1e
Octal40141171112240653047236
Binary1000001100001111100110010101010001101011100010011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #206179; }

 p { color: rgb(32,97,121); }

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

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

 a { background-color: rgb(32,97,121); }

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

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

 span { border-color: rgb(32,97,121); }

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