#206766

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

Shades of Blue Stone #206766

Tints of Blue Stone #206766

Color information

#206766 (or 0x206766) is unknown color: approx Blue Stone. HEX triplet: 20, 67 and 66. RGB value is (32,103,102). Sum of RGB (Red+Green+Blue) = 32+103+102=237 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.50% from 237); Green value is 103 (40.62% from 255 or 43.46% from 237); Blue value is 102 (40.23% from 255 or 43.04% from 237); Max value from RGB is 103 - color contains mainly: green. Hex color #206766 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206766 is #DF9899. Grayscale: #515151. Windows color (decimal): -14653594 or 6711072. OLE color: 6711072.

HSL color Cylindrical-coordinate representation of color #206766: hue angle of 179.15º degrees, saturation: 0.53, 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 #206766 is Cyan = 0.69, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.60.

Color convert

RGB32103102-
CMYK0.6900.010.60
HSL179.15º52.59%26.47%-
HSV(B)179.15º68.93%40.39%-
XYZ7.8410.9714.27-
YUV81.66139.4892.58-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.50%
GREEN value IS 103 (40.62% from 255) = 43.46%
BLUE value IS 102 (40.23% from 255) = 43.04%
R=13.50%
G=43.46%
B=43.04%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal321031020.6900.010.60179.1552.5926.47
Hex20676645013Cb3351a
Octal4014714610501742636532
Binary100000110011111001101000101011111001011001111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #206766; }

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

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

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

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

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

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

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

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