Shades of Slate Grey #667D91
Tints of Slate Grey #667D91
RGB
CMYK
RGB Variations
Color information
#667D91 (or 0x667D91) is known color: Slate Grey. HEX triplet: 66, 7D and 91. RGB value is (102,125,145). Sum of RGB (Red+Green+Blue) = 102+125+145=372 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.42% from 372); Green value is 125 (49.22% from 255 or 33.60% from 372); Blue value is 145 (57.03% from 255 or 38.98% from 372); Max value from RGB is 145 - color contains mainly: blue. Hex color #667D91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667D91 is #99826E. Grayscale: #787878. Windows color (decimal): -10060399 or 9534822. OLE color: 9534822.
HSL color Cylindrical-coordinate representation of color #667D91: hue angle of 207.91º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #667D91 is Cyan = 0.30, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 102 | 125 | 145 | - |
| CMYK | 0.30 | 0.14 | 0 | 0.43 |
| HSL | 207.91º | 0.17% | 0.48% | - |
| HSV(B) | 207.91º | 0.3% | 0.57% | - |
| XYZ | 17.92 | 19.54 | 29.61 | - |
| YUV | 120.4 | 141.88 | 114.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 125 | 145 | 0.30 | 0.14 | 0 | 0.43 | 207.91 | 0.17 | 0.48 |
| Hex | 66 | 7D | 91 | 1E | E | 0 | 2B | D0 | 11 | 30 |
| Octal | 146 | 175 | 221 | 36 | 16 | 0 | 53 | 320 | 21 | 60 |
| Binary | 1100110 | 1111101 | 10010001 | 11110 | 1110 | 0 | 101011 | 11010000 | 10001 | 110000 |
Color Harmonies of #667D91
Complementary color
Monochromatic Colors of #667D91
Black with #667D91
Text Example
Text Example
White with #667D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667D91; }
p { color: rgb(102,125,145); }
H1.HeaderClassName
{
color: #667D91;
}
.AnyTagClassName
{
color: #667D91;
}
</style>
background-color css
<style>
a { background-color: #667D91; }
a { background-color: rgb(102,125,145); }
div.DivClassName
{
background-color: #667D91;
}
.BgClassName
{
background-color: #667D91;
}
</style>
border-color css
<style>
span { border-color: #667D91; }
span { border-color: rgb(102,125,145); }
td.TdClassName
{
border-color: #667D91;
}
.TagClassName
{
border-color: #667D91;
}
</style>