Shades of Slate Grey #667F99
Tints of Slate Grey #667F99
RGB
CMYK
RGB Variations
Color information
#667F99 (or 0x667F99) is known color: Slate Grey. HEX triplet: 66, 7F and 99. RGB value is (102,127,153). Sum of RGB (Red+Green+Blue) = 102+127+153=382 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.70% from 382); Green value is 127 (50% from 255 or 33.25% from 382); Blue value is 153 (60.16% from 255 or 40.05% from 382); Max value from RGB is 153 - color contains mainly: blue. Hex color #667F99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667F99 is #998066. Grayscale: #7A7A7A. Windows color (decimal): -10059879 or 10059622. OLE color: 10059622.
HSL color Cylindrical-coordinate representation of color #667F99: hue angle of 210.59º 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 #667F99 is Cyan = 0.33, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 102 | 127 | 153 | - |
| CMYK | 0.33 | 0.17 | 0 | 0.4 |
| HSL | 210.59º | 0.2% | 0.5% | - |
| HSV(B) | 210.59º | 0.33% | 0.6% | - |
| XYZ | 18.82 | 20.3 | 33.06 | - |
| YUV | 122.49 | 145.22 | 113.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 127 | 153 | 0.33 | 0.17 | 0 | 0.4 | 210.59 | 0.2 | 0.5 |
| Hex | 66 | 7F | 99 | 21 | 11 | 0 | 28 | D3 | 14 | 32 |
| Octal | 146 | 177 | 231 | 41 | 21 | 0 | 50 | 323 | 24 | 62 |
| Binary | 1100110 | 1111111 | 10011001 | 100001 | 10001 | 0 | 101000 | 11010011 | 10100 | 110010 |
Color Harmonies of #667F99
Complementary color
Monochromatic Colors of #667F99
Black with #667F99
Text Example
Text Example
White with #667F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667F99; }
p { color: rgb(102,127,153); }
H1.HeaderClassName
{
color: #667F99;
}
.AnyTagClassName
{
color: #667F99;
}
</style>
background-color css
<style>
a { background-color: #667F99; }
a { background-color: rgb(102,127,153); }
div.DivClassName
{
background-color: #667F99;
}
.BgClassName
{
background-color: #667F99;
}
</style>
border-color css
<style>
span { border-color: #667F99; }
span { border-color: rgb(102,127,153); }
td.TdClassName
{
border-color: #667F99;
}
.TagClassName
{
border-color: #667F99;
}
</style>