#66788C

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

Shades of Slate Grey #66788C

Tints of Slate Grey #66788C

Color information

#66788C (or 0x66788C) is unknown color: approx Slate Grey. HEX triplet: 66, 78 and 8C. RGB value is (102,120,140). Sum of RGB (Red+Green+Blue) = 102+120+140=362 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.18% from 362); Green value is 120 (47.27% from 255 or 33.15% from 362); Blue value is 140 (55.08% from 255 or 38.67% from 362); Max value from RGB is 140 - color contains mainly: blue. Hex color #66788C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66788C is #998773. Grayscale: #747474. Windows color (decimal): -10061684 or 9205862. OLE color: 9205862.

HSL color Cylindrical-coordinate representation of color #66788C: hue angle of 211.58º 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 #66788C is Cyan = 0.27, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB102120140-
CMYK0.270.1400.45
HSL211.58º15.7%47.45%-
HSV(B)211.58º27.14%54.9%-
XYZ16.9318.1527.42-
YUV116.9141.04117.37-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.18%
GREEN value IS 120 (47.27% from 255) = 33.15%
BLUE value IS 140 (55.08% from 255) = 38.67%
R=28.18%
G=33.15%
B=38.67%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1021201400.270.1400.45211.5815.747.45
Hex66788C1BE02Dd4102f
Octal14617021433160553242057
Binary110011011110001000110011011111001011011101010010000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66788C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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