#206664

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

Shades of Blue Stone #206664

Tints of Blue Stone #206664

Color information

#206664 (or 0x206664) is unknown color: approx Blue Stone. HEX triplet: 20, 66 and 64. RGB value is (32,102,100). Sum of RGB (Red+Green+Blue) = 32+102+100=234 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.68% from 234); Green value is 102 (40.23% from 255 or 43.59% from 234); Blue value is 100 (39.45% from 255 or 42.74% from 234); Max value from RGB is 102 - color contains mainly: green. Hex color #206664 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206664 is #DF999B. Grayscale: #505050. Windows color (decimal): -14653852 or 6579744. OLE color: 6579744.

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

Color convert

RGB32102100-
CMYK0.6900.020.6
HSL178.29º52.24%26.27%-
HSV(B)178.29º68.63%40%-
XYZ7.6510.7313.72-
YUV80.84138.8193.16-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.68%
GREEN value IS 102 (40.23% from 255) = 43.59%
BLUE value IS 100 (39.45% from 255) = 42.74%
R=13.68%
G=43.59%
B=42.74%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal321021000.6900.020.6178.2952.2426.27
Hex20666445023Cb2341a
Octal4014614410502742626432
Binary1000001100110110010010001010101111001011001011010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #206664; }

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

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

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

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

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

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

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

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