Shades of Slate Grey #668096
Tints of Slate Grey #668096
RGB
CMYK
RGB Variations
Color information
#668096 (or 0x668096) is known color: Slate Grey. HEX triplet: 66, 80 and 96. RGB value is (102,128,150). Sum of RGB (Red+Green+Blue) = 102+128+150=380 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.84% from 380); Green value is 128 (50.39% from 255 or 33.68% from 380); Blue value is 150 (58.98% from 255 or 39.47% from 380); Max value from RGB is 150 - color contains mainly: blue. Hex color #668096 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668096 is #997F69. Grayscale: #7A7A7A. Windows color (decimal): -10059626 or 9863270. OLE color: 9863270.
HSL color Cylindrical-coordinate representation of color #668096: hue angle of 207.5º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #668096 is Cyan = 0.32, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 102 | 128 | 150 | - |
| CMYK | 0.32 | 0.15 | 0 | 0.41 |
| HSL | 207.5º | 0.19% | 0.49% | - |
| HSV(B) | 207.5º | 0.32% | 0.59% | - |
| XYZ | 18.7 | 20.47 | 31.82 | - |
| YUV | 122.73 | 143.39 | 113.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 128 | 150 | 0.32 | 0.15 | 0 | 0.41 | 207.5 | 0.19 | 0.49 |
| Hex | 66 | 80 | 96 | 20 | F | 0 | 29 | D0 | 13 | 31 |
| Octal | 146 | 200 | 226 | 40 | 17 | 0 | 51 | 320 | 23 | 61 |
| Binary | 1100110 | 10000000 | 10010110 | 100000 | 1111 | 0 | 101001 | 11010000 | 10011 | 110001 |
Color Harmonies of #668096
Complementary color
Monochromatic Colors of #668096
Black with #668096
Text Example
Text Example
White with #668096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668096; }
p { color: rgb(102,128,150); }
H1.HeaderClassName
{
color: #668096;
}
.AnyTagClassName
{
color: #668096;
}
</style>
background-color css
<style>
a { background-color: #668096; }
a { background-color: rgb(102,128,150); }
div.DivClassName
{
background-color: #668096;
}
.BgClassName
{
background-color: #668096;
}
</style>
border-color css
<style>
span { border-color: #668096; }
span { border-color: rgb(102,128,150); }
td.TdClassName
{
border-color: #668096;
}
.TagClassName
{
border-color: #668096;
}
</style>