Shades of Slate Grey #667E92
Tints of Slate Grey #667E92
RGB
CMYK
RGB Variations
Color information
#667E92 (or 0x667E92) is known color: Slate Grey. HEX triplet: 66, 7E and 92. RGB value is (102,126,146). Sum of RGB (Red+Green+Blue) = 102+126+146=374 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.27% from 374); Green value is 126 (49.61% from 255 or 33.69% from 374); Blue value is 146 (57.42% from 255 or 39.04% from 374); Max value from RGB is 146 - color contains mainly: blue. Hex color #667E92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667E92 is #99816D. Grayscale: #787878. Windows color (decimal): -10060142 or 9600614. OLE color: 9600614.
HSL color Cylindrical-coordinate representation of color #667E92: hue angle of 207.27º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #667E92 is Cyan = 0.30, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 102 | 126 | 146 | - |
| CMYK | 0.30 | 0.14 | 0 | 0.43 |
| HSL | 207.27º | 0.18% | 0.49% | - |
| HSV(B) | 207.27º | 0.3% | 0.57% | - |
| XYZ | 18.13 | 19.82 | 30.06 | - |
| YUV | 121.1 | 142.05 | 114.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 126 | 146 | 0.30 | 0.14 | 0 | 0.43 | 207.27 | 0.18 | 0.49 |
| Hex | 66 | 7E | 92 | 1E | E | 0 | 2B | CF | 12 | 31 |
| Octal | 146 | 176 | 222 | 36 | 16 | 0 | 53 | 317 | 22 | 61 |
| Binary | 1100110 | 1111110 | 10010010 | 11110 | 1110 | 0 | 101011 | 11001111 | 10010 | 110001 |
Color Harmonies of #667E92
Complementary color
Monochromatic Colors of #667E92
Black with #667E92
Text Example
Text Example
White with #667E92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667E92; }
p { color: rgb(102,126,146); }
H1.HeaderClassName
{
color: #667E92;
}
.AnyTagClassName
{
color: #667E92;
}
</style>
background-color css
<style>
a { background-color: #667E92; }
a { background-color: rgb(102,126,146); }
div.DivClassName
{
background-color: #667E92;
}
.BgClassName
{
background-color: #667E92;
}
</style>
border-color css
<style>
span { border-color: #667E92; }
span { border-color: rgb(102,126,146); }
td.TdClassName
{
border-color: #667E92;
}
.TagClassName
{
border-color: #667E92;
}
</style>