Shades of Slate Grey #667FA0
Tints of Slate Grey #667FA0
RGB
CMYK
RGB Variations
Color information
#667FA0 (or 0x667FA0) is known color: Slate Grey. HEX triplet: 66, 7F and A0. RGB value is (102,127,160). Sum of RGB (Red+Green+Blue) = 102+127+160=389 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.22% from 389); Green value is 127 (50% from 255 or 32.65% from 389); Blue value is 160 (62.89% from 255 or 41.13% from 389); Max value from RGB is 160 - color contains mainly: blue. Hex color #667FA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667FA0 is #99805F. Grayscale: #7B7B7B. Windows color (decimal): -10059872 or 10518374. OLE color: 10518374.
HSL color Cylindrical-coordinate representation of color #667FA0: hue angle of 214.14º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #667FA0 is Cyan = 0.36, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 102 | 127 | 160 | - |
| CMYK | 0.36 | 0.21 | 0 | 0.37 |
| HSL | 214.14º | 0.23% | 0.51% | - |
| HSV(B) | 214.14º | 0.36% | 0.63% | - |
| XYZ | 19.41 | 20.54 | 36.2 | - |
| YUV | 123.29 | 148.72 | 112.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 127 | 160 | 0.36 | 0.21 | 0 | 0.37 | 214.14 | 0.23 | 0.51 |
| Hex | 66 | 7F | A0 | 24 | 15 | 0 | 25 | D6 | 17 | 33 |
| Octal | 146 | 177 | 240 | 44 | 25 | 0 | 45 | 326 | 27 | 63 |
| Binary | 1100110 | 1111111 | 10100000 | 100100 | 10101 | 0 | 100101 | 11010110 | 10111 | 110011 |
Color Harmonies of #667FA0
Complementary color
Monochromatic Colors of #667FA0
Black with #667FA0
Text Example
Text Example
White with #667FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667FA0; }
p { color: rgb(102,127,160); }
H1.HeaderClassName
{
color: #667FA0;
}
.AnyTagClassName
{
color: #667FA0;
}
</style>
background-color css
<style>
a { background-color: #667FA0; }
a { background-color: rgb(102,127,160); }
div.DivClassName
{
background-color: #667FA0;
}
.BgClassName
{
background-color: #667FA0;
}
</style>
border-color css
<style>
span { border-color: #667FA0; }
span { border-color: rgb(102,127,160); }
td.TdClassName
{
border-color: #667FA0;
}
.TagClassName
{
border-color: #667FA0;
}
</style>