Shades of Slate Grey #667C98
Tints of Slate Grey #667C98
RGB
CMYK
RGB Variations
Color information
#667C98 (or 0x667C98) is known color: Slate Grey. HEX triplet: 66, 7C and 98. RGB value is (102,124,152). Sum of RGB (Red+Green+Blue) = 102+124+152=378 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.98% from 378); Green value is 124 (48.83% from 255 or 32.80% from 378); Blue value is 152 (59.77% from 255 or 40.21% from 378); Max value from RGB is 152 - color contains mainly: blue. Hex color #667C98 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667C98 is #998367. Grayscale: #787878. Windows color (decimal): -10060648 or 9993318. OLE color: 9993318.
HSL color Cylindrical-coordinate representation of color #667C98: hue angle of 213.6º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #667C98 is Cyan = 0.33, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 102 | 124 | 152 | - |
| CMYK | 0.33 | 0.18 | 0 | 0.40 |
| HSL | 213.6º | 0.2% | 0.5% | - |
| HSV(B) | 213.6º | 0.33% | 0.6% | - |
| XYZ | 18.35 | 19.51 | 32.5 | - |
| YUV | 120.61 | 145.71 | 114.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 124 | 152 | 0.33 | 0.18 | 0 | 0.40 | 213.6 | 0.2 | 0.5 |
| Hex | 66 | 7C | 98 | 21 | 12 | 0 | 28 | D6 | 14 | 32 |
| Octal | 146 | 174 | 230 | 41 | 22 | 0 | 50 | 326 | 24 | 62 |
| Binary | 1100110 | 1111100 | 10011000 | 100001 | 10010 | 0 | 101000 | 11010110 | 10100 | 110010 |
Color Harmonies of #667C98
Complementary color
Monochromatic Colors of #667C98
Black with #667C98
Text Example
Text Example
White with #667C98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667C98; }
p { color: rgb(102,124,152); }
H1.HeaderClassName
{
color: #667C98;
}
.AnyTagClassName
{
color: #667C98;
}
</style>
background-color css
<style>
a { background-color: #667C98; }
a { background-color: rgb(102,124,152); }
div.DivClassName
{
background-color: #667C98;
}
.BgClassName
{
background-color: #667C98;
}
</style>
border-color css
<style>
span { border-color: #667C98; }
span { border-color: rgb(102,124,152); }
td.TdClassName
{
border-color: #667C98;
}
.TagClassName
{
border-color: #667C98;
}
</style>