#206B66

Color #206B66 Blue Stone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Stone #206B66

Tints of Blue Stone #206B66

Color information

#206B66 (or 0x206B66) is unknown color: approx Blue Stone. HEX triplet: 20, 6B and 66. RGB value is (32,107,102). Sum of RGB (Red+Green+Blue) = 32+107+102=241 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.28% from 241); Green value is 107 (42.19% from 255 or 44.40% from 241); Blue value is 102 (40.23% from 255 or 42.32% from 241); Max value from RGB is 107 - color contains mainly: green. Hex color #206B66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206B66 is #DF9499. Grayscale: #535353. Windows color (decimal): -14652570 or 6712096. OLE color: 6712096.

HSL color Cylindrical-coordinate representation of color #206B66: hue angle of 176º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #206B66 is Cyan = 0.70, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.58.

Color convert

RGB32107102-
CMYK0.7000.050.58
HSL176º53.96%27.25%-
HSV(B)176º70.09%41.96%-
XYZ8.2511.7814.41-
YUV84138.1590.91-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.28%
GREEN value IS 107 (42.19% from 255) = 44.40%
BLUE value IS 102 (40.23% from 255) = 42.32%
R=13.28%
G=44.40%
B=42.32%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal321071020.7000.050.5817653.9627.25
Hex206B6646053Ab0361b
Octal4015314610605722606633
Binary10000011010111100110100011001011110101011000011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #206B66; }

 p { color: rgb(32,107,102); }

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

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

 a { background-color: rgb(32,107,102); }

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

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

 span { border-color: rgb(32,107,102); }

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