Shades of Medium Slate Blue #6A6EDD
Tints of Medium Slate Blue #6A6EDD
RGB
CMYK
RGB Variations
Color information
#6A6EDD (or 0x6A6EDD) is known color: Medium Slate Blue. HEX triplet: 6A, 6E and DD. RGB value is (106,110,221). Sum of RGB (Red+Green+Blue) = 106+110+221=437 (57% of max value = 765). Red value is 106 (41.80% from 255 or 24.26% from 437); Green value is 110 (43.36% from 255 or 25.17% from 437); Blue value is 221 (86.72% from 255 or 50.57% from 437); Max value from RGB is 221 - color contains mainly: blue. Hex color #6A6EDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A6EDD is #959122. Grayscale: #797979. Windows color (decimal): -9802019 or 14511722. OLE color: 14511722.
HSL color Cylindrical-coordinate representation of color #6A6EDD: hue angle of 237.91º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6A6EDD is Cyan = 0.52, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 106 | 110 | 221 | - |
| CMYK | 0.52 | 0.50 | 0 | 0.13 |
| HSL | 237.91º | 0.63% | 0.64% | - |
| HSV(B) | 237.91º | 0.52% | 0.87% | - |
| XYZ | 24.57 | 19.44 | 70.86 | - |
| YUV | 121.46 | 184.17 | 116.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 110 | 221 | 0.52 | 0.50 | 0 | 0.13 | 237.91 | 0.63 | 0.64 |
| Hex | 6A | 6E | DD | 34 | 32 | 0 | D | EE | 3F | 40 |
| Octal | 152 | 156 | 335 | 64 | 62 | 0 | 15 | 356 | 77 | 100 |
| Binary | 1101010 | 1101110 | 11011101 | 110100 | 110010 | 0 | 1101 | 11101110 | 111111 | 1000000 |
Color Harmonies of #6A6EDD
Complementary color
Monochromatic Colors of #6A6EDD
Black with #6A6EDD
Text Example
Text Example
White with #6A6EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A6EDD; }
p { color: rgb(106,110,221); }
H1.HeaderClassName
{
color: #6A6EDD;
}
.AnyTagClassName
{
color: #6A6EDD;
}
</style>
background-color css
<style>
a { background-color: #6A6EDD; }
a { background-color: rgb(106,110,221); }
div.DivClassName
{
background-color: #6A6EDD;
}
.BgClassName
{
background-color: #6A6EDD;
}
</style>
border-color css
<style>
span { border-color: #6A6EDD; }
span { border-color: rgb(106,110,221); }
td.TdClassName
{
border-color: #6A6EDD;
}
.TagClassName
{
border-color: #6A6EDD;
}
</style>