Shades of Slate Blue #666AD9
Tints of Slate Blue #666AD9
RGB
CMYK
RGB Variations
Color information
#666AD9 (or 0x666AD9) is known color: Slate Blue. HEX triplet: 66, 6A and D9. RGB value is (102,106,217). Sum of RGB (Red+Green+Blue) = 102+106+217=425 (56% of max value = 765). Red value is 102 (40.23% from 255 or 24% from 425); Green value is 106 (41.80% from 255 or 24.94% from 425); Blue value is 217 (85.16% from 255 or 51.06% from 425); Max value from RGB is 217 - color contains mainly: blue. Hex color #666AD9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #666AD9 is #999526. Grayscale: #757575. Windows color (decimal): -10065191 or 14248550. OLE color: 14248550.
HSL color Cylindrical-coordinate representation of color #666AD9: hue angle of 237.91º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #666AD9 is Cyan = 0.53, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 102 | 106 | 217 | - |
| CMYK | 0.53 | 0.51 | 0 | 0.15 |
| HSL | 237.91º | 0.6% | 0.63% | - |
| HSV(B) | 237.91º | 0.53% | 0.85% | - |
| XYZ | 23.16 | 18.14 | 67.93 | - |
| YUV | 117.46 | 184.17 | 116.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 106 | 217 | 0.53 | 0.51 | 0 | 0.15 | 237.91 | 0.6 | 0.63 |
| Hex | 66 | 6A | D9 | 35 | 33 | 0 | F | EE | 3C | 3F |
| Octal | 146 | 152 | 331 | 65 | 63 | 0 | 17 | 356 | 74 | 77 |
| Binary | 1100110 | 1101010 | 11011001 | 110101 | 110011 | 0 | 1111 | 11101110 | 111100 | 111111 |
Color Harmonies of #666AD9
Complementary color
Monochromatic Colors of #666AD9
Black with #666AD9
Text Example
Text Example
White with #666AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666AD9; }
p { color: rgb(102,106,217); }
H1.HeaderClassName
{
color: #666AD9;
}
.AnyTagClassName
{
color: #666AD9;
}
</style>
background-color css
<style>
a { background-color: #666AD9; }
a { background-color: rgb(102,106,217); }
div.DivClassName
{
background-color: #666AD9;
}
.BgClassName
{
background-color: #666AD9;
}
</style>
border-color css
<style>
span { border-color: #666AD9; }
span { border-color: rgb(102,106,217); }
td.TdClassName
{
border-color: #666AD9;
}
.TagClassName
{
border-color: #666AD9;
}
</style>