Shades of Slate Grey #667A8E
Tints of Slate Grey #667A8E
RGB
CMYK
RGB Variations
Color information
#667A8E (or 0x667A8E) is known color: Slate Grey. HEX triplet: 66, 7A and 8E. RGB value is (102,122,142). Sum of RGB (Red+Green+Blue) = 102+122+142=366 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.87% from 366); Green value is 122 (48.05% from 255 or 33.33% from 366); Blue value is 142 (55.86% from 255 or 38.80% from 366); Max value from RGB is 142 - color contains mainly: blue. Hex color #667A8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667A8E is #998571. Grayscale: #767676. Windows color (decimal): -10061170 or 9337446. OLE color: 9337446.
HSL color Cylindrical-coordinate representation of color #667A8E: hue angle of 210º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #667A8E is Cyan = 0.28, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 102 | 122 | 142 | - |
| CMYK | 0.28 | 0.14 | 0 | 0.44 |
| HSL | 210º | 0.16% | 0.48% | - |
| HSV(B) | 210º | 0.28% | 0.56% | - |
| XYZ | 17.32 | 18.7 | 28.29 | - |
| YUV | 118.3 | 141.37 | 116.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 122 | 142 | 0.28 | 0.14 | 0 | 0.44 | 210 | 0.16 | 0.48 |
| Hex | 66 | 7A | 8E | 1C | E | 0 | 2C | D2 | 10 | 30 |
| Octal | 146 | 172 | 216 | 34 | 16 | 0 | 54 | 322 | 20 | 60 |
| Binary | 1100110 | 1111010 | 10001110 | 11100 | 1110 | 0 | 101100 | 11010010 | 10000 | 110000 |
Color Harmonies of #667A8E
Complementary color
Monochromatic Colors of #667A8E
Black with #667A8E
Text Example
Text Example
White with #667A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667A8E; }
p { color: rgb(102,122,142); }
H1.HeaderClassName
{
color: #667A8E;
}
.AnyTagClassName
{
color: #667A8E;
}
</style>
background-color css
<style>
a { background-color: #667A8E; }
a { background-color: rgb(102,122,142); }
div.DivClassName
{
background-color: #667A8E;
}
.BgClassName
{
background-color: #667A8E;
}
</style>
border-color css
<style>
span { border-color: #667A8E; }
span { border-color: rgb(102,122,142); }
td.TdClassName
{
border-color: #667A8E;
}
.TagClassName
{
border-color: #667A8E;
}
</style>