Shades of Slate Grey #66778E
Tints of Slate Grey #66778E
RGB
CMYK
RGB Variations
Color information
#66778E (or 0x66778E) is known color: Slate Grey. HEX triplet: 66, 77 and 8E. RGB value is (102,119,142). Sum of RGB (Red+Green+Blue) = 102+119+142=363 (48% of max value = 765). Red value is 102 (40.23% from 255 or 28.10% from 363); Green value is 119 (46.88% from 255 or 32.78% from 363); Blue value is 142 (55.86% from 255 or 39.12% from 363); Max value from RGB is 142 - color contains mainly: blue. Hex color #66778E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66778E is #998871. Grayscale: #747474. Windows color (decimal): -10061938 or 9336678. OLE color: 9336678.
HSL color Cylindrical-coordinate representation of color #66778E: hue angle of 214.5º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #66778E is Cyan = 0.28, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 102 | 119 | 142 | - |
| CMYK | 0.28 | 0.16 | 0 | 0.44 |
| HSL | 214.5º | 0.16% | 0.48% | - |
| HSV(B) | 214.5º | 0.28% | 0.56% | - |
| XYZ | 16.96 | 17.97 | 28.17 | - |
| YUV | 116.54 | 142.37 | 117.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 119 | 142 | 0.28 | 0.16 | 0 | 0.44 | 214.5 | 0.16 | 0.48 |
| Hex | 66 | 77 | 8E | 1C | 10 | 0 | 2C | D6 | 10 | 30 |
| Octal | 146 | 167 | 216 | 34 | 20 | 0 | 54 | 326 | 20 | 60 |
| Binary | 1100110 | 1110111 | 10001110 | 11100 | 10000 | 0 | 101100 | 11010110 | 10000 | 110000 |
Color Harmonies of #66778E
Complementary color
Monochromatic Colors of #66778E
Black with #66778E
Text Example
Text Example
White with #66778E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66778E; }
p { color: rgb(102,119,142); }
H1.HeaderClassName
{
color: #66778E;
}
.AnyTagClassName
{
color: #66778E;
}
</style>
background-color css
<style>
a { background-color: #66778E; }
a { background-color: rgb(102,119,142); }
div.DivClassName
{
background-color: #66778E;
}
.BgClassName
{
background-color: #66778E;
}
</style>
border-color css
<style>
span { border-color: #66778E; }
span { border-color: rgb(102,119,142); }
td.TdClassName
{
border-color: #66778E;
}
.TagClassName
{
border-color: #66778E;
}
</style>