Shades of Slate Grey #667E97
Tints of Slate Grey #667E97
RGB
CMYK
RGB Variations
Color information
#667E97 (or 0x667E97) is known color: Slate Grey. HEX triplet: 66, 7E and 97. RGB value is (102,126,151). Sum of RGB (Red+Green+Blue) = 102+126+151=379 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.91% from 379); Green value is 126 (49.61% from 255 or 33.25% from 379); Blue value is 151 (59.38% from 255 or 39.84% from 379); Max value from RGB is 151 - color contains mainly: blue. Hex color #667E97 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667E97 is #998168. Grayscale: #797979. Windows color (decimal): -10060137 or 9928294. OLE color: 9928294.
HSL color Cylindrical-coordinate representation of color #667E97: hue angle of 210.61º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #667E97 is Cyan = 0.32, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 102 | 126 | 151 | - |
| CMYK | 0.32 | 0.17 | 0 | 0.41 |
| HSL | 210.61º | 0.19% | 0.5% | - |
| HSV(B) | 210.61º | 0.32% | 0.59% | - |
| XYZ | 18.53 | 19.98 | 32.16 | - |
| YUV | 121.67 | 144.55 | 113.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 126 | 151 | 0.32 | 0.17 | 0 | 0.41 | 210.61 | 0.19 | 0.5 |
| Hex | 66 | 7E | 97 | 20 | 11 | 0 | 29 | D3 | 13 | 32 |
| Octal | 146 | 176 | 227 | 40 | 21 | 0 | 51 | 323 | 23 | 62 |
| Binary | 1100110 | 1111110 | 10010111 | 100000 | 10001 | 0 | 101001 | 11010011 | 10011 | 110010 |
Color Harmonies of #667E97
Complementary color
Monochromatic Colors of #667E97
Black with #667E97
Text Example
Text Example
White with #667E97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667E97; }
p { color: rgb(102,126,151); }
H1.HeaderClassName
{
color: #667E97;
}
.AnyTagClassName
{
color: #667E97;
}
</style>
background-color css
<style>
a { background-color: #667E97; }
a { background-color: rgb(102,126,151); }
div.DivClassName
{
background-color: #667E97;
}
.BgClassName
{
background-color: #667E97;
}
</style>
border-color css
<style>
span { border-color: #667E97; }
span { border-color: rgb(102,126,151); }
td.TdClassName
{
border-color: #667E97;
}
.TagClassName
{
border-color: #667E97;
}
</style>