Shades of Slate Grey #667C95
Tints of Slate Grey #667C95
RGB
CMYK
RGB Variations
Color information
#667C95 (or 0x667C95) is known color: Slate Grey. HEX triplet: 66, 7C and 95. RGB value is (102,124,149). Sum of RGB (Red+Green+Blue) = 102+124+149=375 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.2% from 375); Green value is 124 (48.83% from 255 or 33.07% from 375); Blue value is 149 (58.59% from 255 or 39.73% from 375); Max value from RGB is 149 - color contains mainly: blue. Hex color #667C95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667C95 is #99836A. Grayscale: #787878. Windows color (decimal): -10060651 or 9796710. OLE color: 9796710.
HSL color Cylindrical-coordinate representation of color #667C95: hue angle of 211.91º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #667C95 is Cyan = 0.32, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 102 | 124 | 149 | - |
| CMYK | 0.32 | 0.17 | 0 | 0.42 |
| HSL | 211.91º | 0.19% | 0.49% | - |
| HSV(B) | 211.91º | 0.32% | 0.58% | - |
| XYZ | 18.11 | 19.41 | 31.23 | - |
| YUV | 120.27 | 144.21 | 114.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 124 | 149 | 0.32 | 0.17 | 0 | 0.42 | 211.91 | 0.19 | 0.49 |
| Hex | 66 | 7C | 95 | 20 | 11 | 0 | 2A | D4 | 13 | 31 |
| Octal | 146 | 174 | 225 | 40 | 21 | 0 | 52 | 324 | 23 | 61 |
| Binary | 1100110 | 1111100 | 10010101 | 100000 | 10001 | 0 | 101010 | 11010100 | 10011 | 110001 |
Color Harmonies of #667C95
Complementary color
Monochromatic Colors of #667C95
Black with #667C95
Text Example
Text Example
White with #667C95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667C95; }
p { color: rgb(102,124,149); }
H1.HeaderClassName
{
color: #667C95;
}
.AnyTagClassName
{
color: #667C95;
}
</style>
background-color css
<style>
a { background-color: #667C95; }
a { background-color: rgb(102,124,149); }
div.DivClassName
{
background-color: #667C95;
}
.BgClassName
{
background-color: #667C95;
}
</style>
border-color css
<style>
span { border-color: #667C95; }
span { border-color: rgb(102,124,149); }
td.TdClassName
{
border-color: #667C95;
}
.TagClassName
{
border-color: #667C95;
}
</style>