Shades of Slate Grey #667EA3
Tints of Slate Grey #667EA3
RGB
CMYK
RGB Variations
Color information
#667EA3 (or 0x667EA3) is known color: Slate Grey. HEX triplet: 66, 7E and A3. RGB value is (102,126,163). Sum of RGB (Red+Green+Blue) = 102+126+163=391 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.09% from 391); Green value is 126 (49.61% from 255 or 32.23% from 391); Blue value is 163 (64.06% from 255 or 41.69% from 391); Max value from RGB is 163 - color contains mainly: blue. Hex color #667EA3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667EA3 is #99815C. Grayscale: #7A7A7A. Windows color (decimal): -10060125 or 10714726. OLE color: 10714726.
HSL color Cylindrical-coordinate representation of color #667EA3: hue angle of 216.39º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #667EA3 is Cyan = 0.37, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 102 | 126 | 163 | - |
| CMYK | 0.37 | 0.23 | 0 | 0.36 |
| HSL | 216.39º | 0.25% | 0.52% | - |
| HSV(B) | 216.39º | 0.37% | 0.64% | - |
| XYZ | 19.55 | 20.39 | 37.56 | - |
| YUV | 123.04 | 150.55 | 112.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 126 | 163 | 0.37 | 0.23 | 0 | 0.36 | 216.39 | 0.25 | 0.52 |
| Hex | 66 | 7E | A3 | 25 | 17 | 0 | 24 | D8 | 19 | 34 |
| Octal | 146 | 176 | 243 | 45 | 27 | 0 | 44 | 330 | 31 | 64 |
| Binary | 1100110 | 1111110 | 10100011 | 100101 | 10111 | 0 | 100100 | 11011000 | 11001 | 110100 |
Color Harmonies of #667EA3
Complementary color
Monochromatic Colors of #667EA3
Black with #667EA3
Text Example
Text Example
White with #667EA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667EA3; }
p { color: rgb(102,126,163); }
H1.HeaderClassName
{
color: #667EA3;
}
.AnyTagClassName
{
color: #667EA3;
}
</style>
background-color css
<style>
a { background-color: #667EA3; }
a { background-color: rgb(102,126,163); }
div.DivClassName
{
background-color: #667EA3;
}
.BgClassName
{
background-color: #667EA3;
}
</style>
border-color css
<style>
span { border-color: #667EA3; }
span { border-color: rgb(102,126,163); }
td.TdClassName
{
border-color: #667EA3;
}
.TagClassName
{
border-color: #667EA3;
}
</style>