Shades of Slate Grey #667E94
Tints of Slate Grey #667E94
RGB
CMYK
RGB Variations
Color information
#667E94 (or 0x667E94) is known color: Slate Grey. HEX triplet: 66, 7E and 94. RGB value is (102,126,148). Sum of RGB (Red+Green+Blue) = 102+126+148=376 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.13% from 376); Green value is 126 (49.61% from 255 or 33.51% from 376); Blue value is 148 (58.20% from 255 or 39.36% from 376); Max value from RGB is 148 - color contains mainly: blue. Hex color #667E94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667E94 is #99816B. Grayscale: #797979. Windows color (decimal): -10060140 or 9731686. OLE color: 9731686.
HSL color Cylindrical-coordinate representation of color #667E94: hue angle of 208.7º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #667E94 is Cyan = 0.31, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 102 | 126 | 148 | - |
| CMYK | 0.31 | 0.15 | 0 | 0.42 |
| HSL | 208.7º | 0.18% | 0.49% | - |
| HSV(B) | 208.7º | 0.31% | 0.58% | - |
| XYZ | 18.29 | 19.88 | 30.89 | - |
| YUV | 121.33 | 143.05 | 114.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 126 | 148 | 0.31 | 0.15 | 0 | 0.42 | 208.7 | 0.18 | 0.49 |
| Hex | 66 | 7E | 94 | 1F | F | 0 | 2A | D1 | 12 | 31 |
| Octal | 146 | 176 | 224 | 37 | 17 | 0 | 52 | 321 | 22 | 61 |
| Binary | 1100110 | 1111110 | 10010100 | 11111 | 1111 | 0 | 101010 | 11010001 | 10010 | 110001 |
Color Harmonies of #667E94
Complementary color
Monochromatic Colors of #667E94
Black with #667E94
Text Example
Text Example
White with #667E94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667E94; }
p { color: rgb(102,126,148); }
H1.HeaderClassName
{
color: #667E94;
}
.AnyTagClassName
{
color: #667E94;
}
</style>
background-color css
<style>
a { background-color: #667E94; }
a { background-color: rgb(102,126,148); }
div.DivClassName
{
background-color: #667E94;
}
.BgClassName
{
background-color: #667E94;
}
</style>
border-color css
<style>
span { border-color: #667E94; }
span { border-color: rgb(102,126,148); }
td.TdClassName
{
border-color: #667E94;
}
.TagClassName
{
border-color: #667E94;
}
</style>