#66819D

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

Shades of Slate Grey #66819D

Tints of Slate Grey #66819D

Color information

#66819D (or 0x66819D) is unknown color: approx Slate Grey. HEX triplet: 66, 81 and 9D. RGB value is (102,129,157). Sum of RGB (Red+Green+Blue) = 102+129+157=388 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.29% from 388); Green value is 129 (50.78% from 255 or 33.25% from 388); Blue value is 157 (61.72% from 255 or 40.46% from 388); Max value from RGB is 157 - color contains mainly: blue. Hex color #66819D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66819D is #997E62. Grayscale: #7B7B7B. Windows color (decimal): -10059363 or 10322278. OLE color: 10322278.

HSL color Cylindrical-coordinate representation of color #66819D: hue angle of 210.55º 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 #66819D is Cyan = 0.35, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB102129157-
CMYK0.350.1800.38
HSL210.55º21.91%50.78%-
HSV(B)210.55º35.03%61.57%-
XYZ19.4220.9634.92-
YUV124.12146.55112.22-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.29%
GREEN value IS 129 (50.78% from 255) = 33.25%
BLUE value IS 157 (61.72% from 255) = 40.46%
R=26.29%
G=33.25%
B=40.46%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1021291570.350.1800.38210.5521.9150.78
Hex66819D2312026d31633
Octal14620123543220463232663
Binary110011010000001100111011000111001001001101101001110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66819D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66819D; }

 p { color: rgb(102,129,157); }

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

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

 a { background-color: rgb(102,129,157); }

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

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

 span { border-color: rgb(102,129,157); }

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