#66809B

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

Shades of Slate Grey #66809B

Tints of Slate Grey #66809B

Color information

#66809B (or 0x66809B) is unknown color: approx Slate Grey. HEX triplet: 66, 80 and 9B. RGB value is (102,128,155). Sum of RGB (Red+Green+Blue) = 102+128+155=385 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.49% from 385); Green value is 128 (50.39% from 255 or 33.25% from 385); Blue value is 155 (60.94% from 255 or 40.26% from 385); Max value from RGB is 155 - color contains mainly: blue. Hex color #66809B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66809B is #997F64. Grayscale: #7B7B7B. Windows color (decimal): -10059621 or 10190950. OLE color: 10190950.

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

Color convert

RGB102128155-
CMYK0.340.1700.39
HSL210.57º20.95%50.39%-
HSV(B)210.57º34.19%60.78%-
XYZ19.1220.6333.98-
YUV123.3145.89112.8-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.49%
GREEN value IS 128 (50.39% from 255) = 33.25%
BLUE value IS 155 (60.94% from 255) = 40.26%
R=26.49%
G=33.25%
B=40.26%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1021281550.340.1700.39210.5720.9550.39
Hex66809B2211027d31532
Octal14620023342210473232562
Binary110011010000000100110111000101000101001111101001110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66809B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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