#66809C

Color #66809C Slate Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Grey #66809C

Tints of Slate Grey #66809C

Color information

#66809C (or 0x66809C) is unknown color: approx Slate Grey. HEX triplet: 66, 80 and 9C. RGB value is (102,128,156). Sum of RGB (Red+Green+Blue) = 102+128+156=386 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.42% from 386); Green value is 128 (50.39% from 255 or 33.16% from 386); Blue value is 156 (61.33% from 255 or 40.41% from 386); Max value from RGB is 156 - color contains mainly: blue. Hex color #66809C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66809C is #997F63. Grayscale: #7B7B7B. Windows color (decimal): -10059620 or 10256486. OLE color: 10256486.

HSL color Cylindrical-coordinate representation of color #66809C: hue angle of 211.11º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #66809C is Cyan = 0.35, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB102128156-
CMYK0.350.1800.39
HSL211.11º21.43%50.59%-
HSV(B)211.11º34.62%61.18%-
XYZ19.220.6634.43-
YUV123.42146.39112.72-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.42%
GREEN value IS 128 (50.39% from 255) = 33.16%
BLUE value IS 156 (61.33% from 255) = 40.41%
R=26.42%
G=33.16%
B=40.41%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1021281560.350.1800.39211.1121.4350.59
Hex66809C2312027d31533
Octal14620023443220473232563
Binary110011010000000100111001000111001001001111101001110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66809C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66809C; }

 p { color: rgb(102,128,156); }

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

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

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

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

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

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

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