#66778C

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

Shades of Slate Grey #66778C

Tints of Slate Grey #66778C

Color information

#66778C (or 0x66778C) is unknown color: approx Slate Grey. HEX triplet: 66, 77 and 8C. RGB value is (102,119,140). Sum of RGB (Red+Green+Blue) = 102+119+140=361 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.25% from 361); Green value is 119 (46.88% from 255 or 32.96% from 361); Blue value is 140 (55.08% from 255 or 38.78% from 361); Max value from RGB is 140 - color contains mainly: blue. Hex color #66778C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66778C is #998873. Grayscale: #747474. Windows color (decimal): -10061940 or 9205606. OLE color: 9205606.

HSL color Cylindrical-coordinate representation of color #66778C: hue angle of 213.16º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #66778C is Cyan = 0.27, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB102119140-
CMYK0.270.1500.45
HSL213.16º15.7%47.45%-
HSV(B)213.16º27.14%54.9%-
XYZ16.8117.9127.38-
YUV116.31141.37117.79-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.25%
GREEN value IS 119 (46.88% from 255) = 32.96%
BLUE value IS 140 (55.08% from 255) = 38.78%
R=28.25%
G=32.96%
B=38.78%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1021191400.270.1500.45213.1615.747.45
Hex66778C1BF02Dd5102f
Octal14616721433170553252057
Binary110011011101111000110011011111101011011101010110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66778C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,119,140); }

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

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

 a { background-color: rgb(102,119,140); }

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

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

 span { border-color: rgb(102,119,140); }

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