#206F66

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

Shades of Blue Stone #206F66

Tints of Blue Stone #206F66

Color information

#206F66 (or 0x206F66) is unknown color: approx Blue Stone. HEX triplet: 20, 6F and 66. RGB value is (32,111,102). Sum of RGB (Red+Green+Blue) = 32+111+102=245 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.06% from 245); Green value is 111 (43.75% from 255 or 45.31% from 245); Blue value is 102 (40.23% from 255 or 41.63% from 245); Max value from RGB is 111 - color contains mainly: green. Hex color #206F66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206F66 is #DF9099. Grayscale: #565656. Windows color (decimal): -14651546 or 6713120. OLE color: 6713120.

HSL color Cylindrical-coordinate representation of color #206F66: hue angle of 173.16º degrees, saturation: 0.55, 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 #206F66 is Cyan = 0.71, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.56.

Color convert

RGB32111102-
CMYK0.7100.080.56
HSL173.16º55.24%28.04%-
HSV(B)173.16º71.17%43.53%-
XYZ8.6812.6414.55-
YUV86.35136.8389.23-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.06%
GREEN value IS 111 (43.75% from 255) = 45.31%
BLUE value IS 102 (40.23% from 255) = 41.63%
R=13.06%
G=45.31%
B=41.63%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal321111020.7100.080.56173.1655.2428.04
Hex206F66470838ad371c
Octal40157146107010702556734
Binary100000110111111001101000111010001110001010110111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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