#66819B

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

Shades of Slate Grey #66819B

Tints of Slate Grey #66819B

Color information

#66819B (or 0x66819B) is unknown color: approx Slate Grey. HEX triplet: 66, 81 and 9B. RGB value is (102,129,155). Sum of RGB (Red+Green+Blue) = 102+129+155=386 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.42% from 386); Green value is 129 (50.78% from 255 or 33.42% from 386); Blue value is 155 (60.94% from 255 or 40.16% from 386); Max value from RGB is 155 - color contains mainly: blue. Hex color #66819B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66819B is #997E64. Grayscale: #7B7B7B. Windows color (decimal): -10059365 or 10191206. OLE color: 10191206.

HSL color Cylindrical-coordinate representation of color #66819B: hue angle of 209.43º 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 #66819B is Cyan = 0.34, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB102129155-
CMYK0.340.1700.39
HSL209.43º20.95%50.39%-
HSV(B)209.43º34.19%60.78%-
XYZ19.2520.8934.03-
YUV123.89145.55112.39-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.42%
GREEN value IS 129 (50.78% from 255) = 33.42%
BLUE value IS 155 (60.94% from 255) = 40.16%
R=26.42%
G=33.42%
B=40.16%

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
Decimal1021291550.340.1700.39209.4320.9550.39
Hex66819B2211027d11532
Octal14620123342210473212562
Binary110011010000001100110111000101000101001111101000110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66819B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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