Shades of Slate Blue #6E6AD9
Tints of Slate Blue #6E6AD9
RGB
CMYK
RGB Variations
Color information
#6E6AD9 (or 0x6E6AD9) is known color: Slate Blue. HEX triplet: 6E, 6A and D9. RGB value is (110,106,217). Sum of RGB (Red+Green+Blue) = 110+106+217=433 (57% of max value = 765). Red value is 110 (43.36% from 255 or 25.40% from 433); Green value is 106 (41.80% from 255 or 24.48% from 433); Blue value is 217 (85.16% from 255 or 50.12% from 433); Max value from RGB is 217 - color contains mainly: blue. Hex color #6E6AD9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E6AD9 is #919526. Grayscale: #777777. Windows color (decimal): -9540903 or 14248558. OLE color: 14248558.
HSL color Cylindrical-coordinate representation of color #6E6AD9: hue angle of 242.16º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6E6AD9 is Cyan = 0.49, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 110 | 106 | 217 | - |
| CMYK | 0.49 | 0.51 | 0 | 0.15 |
| HSL | 242.16º | 0.59% | 0.63% | - |
| HSV(B) | 242.16º | 0.51% | 0.85% | - |
| XYZ | 24.11 | 18.63 | 67.97 | - |
| YUV | 119.85 | 182.83 | 120.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 106 | 217 | 0.49 | 0.51 | 0 | 0.15 | 242.16 | 0.59 | 0.63 |
| Hex | 6E | 6A | D9 | 31 | 33 | 0 | F | F2 | 3B | 3F |
| Octal | 156 | 152 | 331 | 61 | 63 | 0 | 17 | 362 | 73 | 77 |
| Binary | 1101110 | 1101010 | 11011001 | 110001 | 110011 | 0 | 1111 | 11110010 | 111011 | 111111 |
Color Harmonies of #6E6AD9
Complementary color
Monochromatic Colors of #6E6AD9
Black with #6E6AD9
Text Example
Text Example
White with #6E6AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6AD9; }
p { color: rgb(110,106,217); }
H1.HeaderClassName
{
color: #6E6AD9;
}
.AnyTagClassName
{
color: #6E6AD9;
}
</style>
background-color css
<style>
a { background-color: #6E6AD9; }
a { background-color: rgb(110,106,217); }
div.DivClassName
{
background-color: #6E6AD9;
}
.BgClassName
{
background-color: #6E6AD9;
}
</style>
border-color css
<style>
span { border-color: #6E6AD9; }
span { border-color: rgb(110,106,217); }
td.TdClassName
{
border-color: #6E6AD9;
}
.TagClassName
{
border-color: #6E6AD9;
}
</style>