Shades of Slate Grey #667990
Tints of Slate Grey #667990
RGB
CMYK
RGB Variations
Color information
#667990 (or 0x667990) is known color: Slate Grey. HEX triplet: 66, 79 and 90. RGB value is (102,121,144). Sum of RGB (Red+Green+Blue) = 102+121+144=367 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.79% from 367); Green value is 121 (47.66% from 255 or 32.97% from 367); Blue value is 144 (56.64% from 255 or 39.24% from 367); Max value from RGB is 144 - color contains mainly: blue. Hex color #667990 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667990 is #99866F. Grayscale: #757575. Windows color (decimal): -10061424 or 9468262. OLE color: 9468262.
HSL color Cylindrical-coordinate representation of color #667990: hue angle of 212.86º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #667990 is Cyan = 0.29, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 102 | 121 | 144 | - |
| CMYK | 0.29 | 0.16 | 0 | 0.44 |
| HSL | 212.86º | 0.17% | 0.48% | - |
| HSV(B) | 212.86º | 0.29% | 0.56% | - |
| XYZ | 17.35 | 18.51 | 29.04 | - |
| YUV | 117.94 | 142.71 | 116.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 121 | 144 | 0.29 | 0.16 | 0 | 0.44 | 212.86 | 0.17 | 0.48 |
| Hex | 66 | 79 | 90 | 1D | 10 | 0 | 2C | D5 | 11 | 30 |
| Octal | 146 | 171 | 220 | 35 | 20 | 0 | 54 | 325 | 21 | 60 |
| Binary | 1100110 | 1111001 | 10010000 | 11101 | 10000 | 0 | 101100 | 11010101 | 10001 | 110000 |
Color Harmonies of #667990
Complementary color
Monochromatic Colors of #667990
Black with #667990
Text Example
Text Example
White with #667990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667990; }
p { color: rgb(102,121,144); }
H1.HeaderClassName
{
color: #667990;
}
.AnyTagClassName
{
color: #667990;
}
</style>
background-color css
<style>
a { background-color: #667990; }
a { background-color: rgb(102,121,144); }
div.DivClassName
{
background-color: #667990;
}
.BgClassName
{
background-color: #667990;
}
</style>
border-color css
<style>
span { border-color: #667990; }
span { border-color: rgb(102,121,144); }
td.TdClassName
{
border-color: #667990;
}
.TagClassName
{
border-color: #667990;
}
</style>