Shades of Slate Grey #667F9B
Tints of Slate Grey #667F9B
RGB
CMYK
RGB Variations
Color information
#667F9B (or 0x667F9B) is known color: Slate Grey. HEX triplet: 66, 7F and 9B. RGB value is (102,127,155). Sum of RGB (Red+Green+Blue) = 102+127+155=384 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.56% from 384); Green value is 127 (50% from 255 or 33.07% from 384); Blue value is 155 (60.94% from 255 or 40.36% from 384); Max value from RGB is 155 - color contains mainly: blue. Hex color #667F9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667F9B is #998064. Grayscale: #7A7A7A. Windows color (decimal): -10059877 or 10190694. OLE color: 10190694.
HSL color Cylindrical-coordinate representation of color #667F9B: hue angle of 211.7º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #667F9B is Cyan = 0.34, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 102 | 127 | 155 | - |
| CMYK | 0.34 | 0.18 | 0 | 0.39 |
| HSL | 211.7º | 0.21% | 0.5% | - |
| HSV(B) | 211.7º | 0.34% | 0.61% | - |
| XYZ | 18.99 | 20.37 | 33.94 | - |
| YUV | 122.72 | 146.22 | 113.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 127 | 155 | 0.34 | 0.18 | 0 | 0.39 | 211.7 | 0.21 | 0.5 |
| Hex | 66 | 7F | 9B | 22 | 12 | 0 | 27 | D4 | 15 | 32 |
| Octal | 146 | 177 | 233 | 42 | 22 | 0 | 47 | 324 | 25 | 62 |
| Binary | 1100110 | 1111111 | 10011011 | 100010 | 10010 | 0 | 100111 | 11010100 | 10101 | 110010 |
Color Harmonies of #667F9B
Complementary color
Monochromatic Colors of #667F9B
Black with #667F9B
Text Example
Text Example
White with #667F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667F9B; }
p { color: rgb(102,127,155); }
H1.HeaderClassName
{
color: #667F9B;
}
.AnyTagClassName
{
color: #667F9B;
}
</style>
background-color css
<style>
a { background-color: #667F9B; }
a { background-color: rgb(102,127,155); }
div.DivClassName
{
background-color: #667F9B;
}
.BgClassName
{
background-color: #667F9B;
}
</style>
border-color css
<style>
span { border-color: #667F9B; }
span { border-color: rgb(102,127,155); }
td.TdClassName
{
border-color: #667F9B;
}
.TagClassName
{
border-color: #667F9B;
}
</style>