#66809E

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

Shades of Slate Grey #66809E

Tints of Slate Grey #66809E

Color information

#66809E (or 0x66809E) is unknown color: approx Slate Grey. HEX triplet: 66, 80 and 9E. RGB value is (102,128,158). Sum of RGB (Red+Green+Blue) = 102+128+158=388 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.29% from 388); Green value is 128 (50.39% from 255 or 32.99% from 388); Blue value is 158 (62.11% from 255 or 40.72% from 388); Max value from RGB is 158 - color contains mainly: blue. Hex color #66809E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66809E is #997F61. Grayscale: #7B7B7B. Windows color (decimal): -10059618 or 10387558. OLE color: 10387558.

HSL color Cylindrical-coordinate representation of color #66809E: hue angle of 212.14º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #66809E is Cyan = 0.35, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB102128158-
CMYK0.350.1900.38
HSL212.14º22.4%50.98%-
HSV(B)212.14º35.44%61.96%-
XYZ19.3720.7335.33-
YUV123.65147.39112.56-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.29%
GREEN value IS 128 (50.39% from 255) = 32.99%
BLUE value IS 158 (62.11% from 255) = 40.72%
R=26.29%
G=32.99%
B=40.72%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1021281580.350.1900.38212.1422.450.98
Hex66809E2313026d41633
Octal14620023643230463242663
Binary110011010000000100111101000111001101001101101010010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66809E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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