Shades of Slate Grey #668095
Tints of Slate Grey #668095
RGB
CMYK
RGB Variations
Color information
#668095 (or 0x668095) is known color: Slate Grey. HEX triplet: 66, 80 and 95. RGB value is (102,128,149). Sum of RGB (Red+Green+Blue) = 102+128+149=379 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.91% from 379); Green value is 128 (50.39% from 255 or 33.77% from 379); Blue value is 149 (58.59% from 255 or 39.31% from 379); Max value from RGB is 149 - color contains mainly: blue. Hex color #668095 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668095 is #997F6A. Grayscale: #7A7A7A. Windows color (decimal): -10059627 or 9797734. OLE color: 9797734.
HSL color Cylindrical-coordinate representation of color #668095: hue angle of 206.81º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #668095 is Cyan = 0.32, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 102 | 128 | 149 | - |
| CMYK | 0.32 | 0.14 | 0 | 0.42 |
| HSL | 206.81º | 0.19% | 0.49% | - |
| HSV(B) | 206.81º | 0.32% | 0.58% | - |
| XYZ | 18.62 | 20.43 | 31.4 | - |
| YUV | 122.62 | 142.89 | 113.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 128 | 149 | 0.32 | 0.14 | 0 | 0.42 | 206.81 | 0.19 | 0.49 |
| Hex | 66 | 80 | 95 | 20 | E | 0 | 2A | CF | 13 | 31 |
| Octal | 146 | 200 | 225 | 40 | 16 | 0 | 52 | 317 | 23 | 61 |
| Binary | 1100110 | 10000000 | 10010101 | 100000 | 1110 | 0 | 101010 | 11001111 | 10011 | 110001 |
Color Harmonies of #668095
Complementary color
Monochromatic Colors of #668095
Black with #668095
Text Example
Text Example
White with #668095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668095; }
p { color: rgb(102,128,149); }
H1.HeaderClassName
{
color: #668095;
}
.AnyTagClassName
{
color: #668095;
}
</style>
background-color css
<style>
a { background-color: #668095; }
a { background-color: rgb(102,128,149); }
div.DivClassName
{
background-color: #668095;
}
.BgClassName
{
background-color: #668095;
}
</style>
border-color css
<style>
span { border-color: #668095; }
span { border-color: rgb(102,128,149); }
td.TdClassName
{
border-color: #668095;
}
.TagClassName
{
border-color: #668095;
}
</style>