Shades of Slate Grey #667CA1
Tints of Slate Grey #667CA1
RGB
CMYK
RGB Variations
Color information
#667CA1 (or 0x667CA1) is known color: Slate Grey. HEX triplet: 66, 7C and A1. RGB value is (102,124,161). Sum of RGB (Red+Green+Blue) = 102+124+161=387 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.36% from 387); Green value is 124 (48.83% from 255 or 32.04% from 387); Blue value is 161 (63.28% from 255 or 41.60% from 387); Max value from RGB is 161 - color contains mainly: blue. Hex color #667CA1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667CA1 is #99835E. Grayscale: #797979. Windows color (decimal): -10060639 or 10583142. OLE color: 10583142.
HSL color Cylindrical-coordinate representation of color #667CA1: hue angle of 217.63º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #667CA1 is Cyan = 0.37, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 102 | 124 | 161 | - |
| CMYK | 0.37 | 0.23 | 0 | 0.37 |
| HSL | 217.63º | 0.24% | 0.52% | - |
| HSV(B) | 217.63º | 0.37% | 0.63% | - |
| XYZ | 19.12 | 19.81 | 36.53 | - |
| YUV | 121.64 | 150.21 | 113.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 124 | 161 | 0.37 | 0.23 | 0 | 0.37 | 217.63 | 0.24 | 0.52 |
| Hex | 66 | 7C | A1 | 25 | 17 | 0 | 25 | DA | 18 | 34 |
| Octal | 146 | 174 | 241 | 45 | 27 | 0 | 45 | 332 | 30 | 64 |
| Binary | 1100110 | 1111100 | 10100001 | 100101 | 10111 | 0 | 100101 | 11011010 | 11000 | 110100 |
Color Harmonies of #667CA1
Complementary color
Monochromatic Colors of #667CA1
Black with #667CA1
Text Example
Text Example
White with #667CA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667CA1; }
p { color: rgb(102,124,161); }
H1.HeaderClassName
{
color: #667CA1;
}
.AnyTagClassName
{
color: #667CA1;
}
</style>
background-color css
<style>
a { background-color: #667CA1; }
a { background-color: rgb(102,124,161); }
div.DivClassName
{
background-color: #667CA1;
}
.BgClassName
{
background-color: #667CA1;
}
</style>
border-color css
<style>
span { border-color: #667CA1; }
span { border-color: rgb(102,124,161); }
td.TdClassName
{
border-color: #667CA1;
}
.TagClassName
{
border-color: #667CA1;
}
</style>