#206764

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

Shades of Blue Stone #206764

Tints of Blue Stone #206764

Color information

#206764 (or 0x206764) is unknown color: approx Blue Stone. HEX triplet: 20, 67 and 64. RGB value is (32,103,100). Sum of RGB (Red+Green+Blue) = 32+103+100=235 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.62% from 235); Green value is 103 (40.62% from 255 or 43.83% from 235); Blue value is 100 (39.45% from 255 or 42.55% from 235); Max value from RGB is 103 - color contains mainly: green. Hex color #206764 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206764 is #DF989B. Grayscale: #515151. Windows color (decimal): -14653596 or 6580000. OLE color: 6580000.

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

Color convert

RGB32103100-
CMYK0.6900.030.60
HSL177.46º52.59%26.47%-
HSV(B)177.46º68.93%40.39%-
XYZ7.7510.9313.76-
YUV81.43138.4892.74-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.62%
GREEN value IS 103 (40.62% from 255) = 43.83%
BLUE value IS 100 (39.45% from 255) = 42.55%
R=13.62%
G=43.83%
B=42.55%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal321031000.6900.030.60177.4652.5926.47
Hex20676445033Cb1351a
Octal4014714410503742616532
Binary1000001100111110010010001010111111001011000111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #206764; }

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

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

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

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

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

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

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

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