Shades of Slate Grey #667F96
Tints of Slate Grey #667F96
RGB
CMYK
RGB Variations
Color information
#667F96 (or 0x667F96) is known color: Slate Grey. HEX triplet: 66, 7F and 96. RGB value is (102,127,150). Sum of RGB (Red+Green+Blue) = 102+127+150=379 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.91% from 379); Green value is 127 (50% from 255 or 33.51% from 379); Blue value is 150 (58.98% from 255 or 39.58% from 379); Max value from RGB is 150 - color contains mainly: blue. Hex color #667F96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667F96 is #998069. Grayscale: #7A7A7A. Windows color (decimal): -10059882 or 9863014. OLE color: 9863014.
HSL color Cylindrical-coordinate representation of color #667F96: hue angle of 208.75º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #667F96 is Cyan = 0.32, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 102 | 127 | 150 | - |
| CMYK | 0.32 | 0.15 | 0 | 0.41 |
| HSL | 208.75º | 0.19% | 0.49% | - |
| HSV(B) | 208.75º | 0.32% | 0.59% | - |
| XYZ | 18.57 | 20.21 | 31.78 | - |
| YUV | 122.15 | 143.72 | 113.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 127 | 150 | 0.32 | 0.15 | 0 | 0.41 | 208.75 | 0.19 | 0.49 |
| Hex | 66 | 7F | 96 | 20 | F | 0 | 29 | D1 | 13 | 31 |
| Octal | 146 | 177 | 226 | 40 | 17 | 0 | 51 | 321 | 23 | 61 |
| Binary | 1100110 | 1111111 | 10010110 | 100000 | 1111 | 0 | 101001 | 11010001 | 10011 | 110001 |
Color Harmonies of #667F96
Complementary color
Monochromatic Colors of #667F96
Black with #667F96
Text Example
Text Example
White with #667F96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667F96; }
p { color: rgb(102,127,150); }
H1.HeaderClassName
{
color: #667F96;
}
.AnyTagClassName
{
color: #667F96;
}
</style>
background-color css
<style>
a { background-color: #667F96; }
a { background-color: rgb(102,127,150); }
div.DivClassName
{
background-color: #667F96;
}
.BgClassName
{
background-color: #667F96;
}
</style>
border-color css
<style>
span { border-color: #667F96; }
span { border-color: rgb(102,127,150); }
td.TdClassName
{
border-color: #667F96;
}
.TagClassName
{
border-color: #667F96;
}
</style>