#206666

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

Shades of Blue Stone #206666

Tints of Blue Stone #206666

Color information

#206666 (or 0x206666) is unknown color: approx Blue Stone. HEX triplet: 20, 66 and 66. RGB value is (32,102,102). Sum of RGB (Red+Green+Blue) = 32+102+102=236 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.56% from 236); Green value is 102 (40.23% from 255 or 43.22% from 236); Blue value is 102 (40.23% from 255 or 43.22% from 236); Max value from RGB is 102 - color contains mainly: green, blue. Hex color #206666 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206666 is #DF9999. Grayscale: #515151. Windows color (decimal): -14653850 or 6710816. OLE color: 6710816.

HSL color Cylindrical-coordinate representation of color #206666: hue angle of 180º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #206666 is Cyan = 0.69, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB32102102-
CMYK0.69000.6
HSL180º52.24%26.27%-
HSV(B)180º68.63%40%-
XYZ7.7510.7714.24-
YUV81.07139.8193-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.56%
GREEN value IS 102 (40.23% from 255) = 43.22%
BLUE value IS 102 (40.23% from 255) = 43.22%
R=13.56%
G=43.22%
B=43.22%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal321021020.69000.618052.2426.27
Hex20666645003Cb4341a
Octal4014614610500742646432
Binary100000110011011001101000101001111001011010011010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #206666; }

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

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

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

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

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

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

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

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