Shades of Slate Grey #667991
Tints of Slate Grey #667991
RGB
CMYK
RGB Variations
Color information
#667991 (or 0x667991) is known color: Slate Grey. HEX triplet: 66, 79 and 91. RGB value is (102,121,145). Sum of RGB (Red+Green+Blue) = 102+121+145=368 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.72% from 368); Green value is 121 (47.66% from 255 or 32.88% from 368); Blue value is 145 (57.03% from 255 or 39.40% from 368); Max value from RGB is 145 - color contains mainly: blue. Hex color #667991 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667991 is #99866E. Grayscale: #757575. Windows color (decimal): -10061423 or 9533798. OLE color: 9533798.
HSL color Cylindrical-coordinate representation of color #667991: hue angle of 213.49º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #667991 is Cyan = 0.30, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 102 | 121 | 145 | - |
| CMYK | 0.30 | 0.17 | 0 | 0.43 |
| HSL | 213.49º | 0.17% | 0.48% | - |
| HSV(B) | 213.49º | 0.3% | 0.57% | - |
| XYZ | 17.43 | 18.54 | 29.45 | - |
| YUV | 118.06 | 143.21 | 116.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 121 | 145 | 0.30 | 0.17 | 0 | 0.43 | 213.49 | 0.17 | 0.48 |
| Hex | 66 | 79 | 91 | 1E | 11 | 0 | 2B | D5 | 11 | 30 |
| Octal | 146 | 171 | 221 | 36 | 21 | 0 | 53 | 325 | 21 | 60 |
| Binary | 1100110 | 1111001 | 10010001 | 11110 | 10001 | 0 | 101011 | 11010101 | 10001 | 110000 |
Color Harmonies of #667991
Complementary color
Monochromatic Colors of #667991
Black with #667991
Text Example
Text Example
White with #667991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667991; }
p { color: rgb(102,121,145); }
H1.HeaderClassName
{
color: #667991;
}
.AnyTagClassName
{
color: #667991;
}
</style>
background-color css
<style>
a { background-color: #667991; }
a { background-color: rgb(102,121,145); }
div.DivClassName
{
background-color: #667991;
}
.BgClassName
{
background-color: #667991;
}
</style>
border-color css
<style>
span { border-color: #667991; }
span { border-color: rgb(102,121,145); }
td.TdClassName
{
border-color: #667991;
}
.TagClassName
{
border-color: #667991;
}
</style>