Shades of Slate Grey #667DA1
Tints of Slate Grey #667DA1
RGB
CMYK
RGB Variations
Color information
#667DA1 (or 0x667DA1) is known color: Slate Grey. HEX triplet: 66, 7D and A1. RGB value is (102,125,161). Sum of RGB (Red+Green+Blue) = 102+125+161=388 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.29% from 388); Green value is 125 (49.22% from 255 or 32.22% from 388); Blue value is 161 (63.28% from 255 or 41.49% from 388); Max value from RGB is 161 - color contains mainly: blue. Hex color #667DA1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667DA1 is #99825E. Grayscale: #7A7A7A. Windows color (decimal): -10060383 or 10583398. OLE color: 10583398.
HSL color Cylindrical-coordinate representation of color #667DA1: hue angle of 216.61º 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 #667DA1 is Cyan = 0.37, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 102 | 125 | 161 | - |
| CMYK | 0.37 | 0.22 | 0 | 0.37 |
| HSL | 216.61º | 0.24% | 0.52% | - |
| HSV(B) | 216.61º | 0.37% | 0.63% | - |
| XYZ | 19.25 | 20.07 | 36.58 | - |
| YUV | 122.23 | 149.88 | 113.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 125 | 161 | 0.37 | 0.22 | 0 | 0.37 | 216.61 | 0.24 | 0.52 |
| Hex | 66 | 7D | A1 | 25 | 16 | 0 | 25 | D9 | 18 | 34 |
| Octal | 146 | 175 | 241 | 45 | 26 | 0 | 45 | 331 | 30 | 64 |
| Binary | 1100110 | 1111101 | 10100001 | 100101 | 10110 | 0 | 100101 | 11011001 | 11000 | 110100 |
Color Harmonies of #667DA1
Complementary color
Monochromatic Colors of #667DA1
Black with #667DA1
Text Example
Text Example
White with #667DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667DA1; }
p { color: rgb(102,125,161); }
H1.HeaderClassName
{
color: #667DA1;
}
.AnyTagClassName
{
color: #667DA1;
}
</style>
background-color css
<style>
a { background-color: #667DA1; }
a { background-color: rgb(102,125,161); }
div.DivClassName
{
background-color: #667DA1;
}
.BgClassName
{
background-color: #667DA1;
}
</style>
border-color css
<style>
span { border-color: #667DA1; }
span { border-color: rgb(102,125,161); }
td.TdClassName
{
border-color: #667DA1;
}
.TagClassName
{
border-color: #667DA1;
}
</style>