Shades of Medium Slate Blue #6D6EDD
Tints of Medium Slate Blue #6D6EDD
RGB
CMYK
RGB Variations
Color information
#6D6EDD (or 0x6D6EDD) is known color: Medium Slate Blue. HEX triplet: 6D, 6E and DD. RGB value is (109,110,221). Sum of RGB (Red+Green+Blue) = 109+110+221=440 (58% of max value = 765). Red value is 109 (42.97% from 255 or 24.77% from 440); Green value is 110 (43.36% from 255 or 25% from 440); Blue value is 221 (86.72% from 255 or 50.23% from 440); Max value from RGB is 221 - color contains mainly: blue. Hex color #6D6EDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D6EDD is #929122. Grayscale: #797979. Windows color (decimal): -9605411 or 14511725. OLE color: 14511725.
HSL color Cylindrical-coordinate representation of color #6D6EDD: hue angle of 239.46º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6D6EDD is Cyan = 0.51, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 109 | 110 | 221 | - |
| CMYK | 0.51 | 0.50 | 0 | 0.13 |
| HSL | 239.46º | 0.62% | 0.65% | - |
| HSV(B) | 239.46º | 0.51% | 0.87% | - |
| XYZ | 24.93 | 19.62 | 70.88 | - |
| YUV | 122.36 | 183.67 | 118.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 110 | 221 | 0.51 | 0.50 | 0 | 0.13 | 239.46 | 0.62 | 0.65 |
| Hex | 6D | 6E | DD | 33 | 32 | 0 | D | EF | 3E | 41 |
| Octal | 155 | 156 | 335 | 63 | 62 | 0 | 15 | 357 | 76 | 101 |
| Binary | 1101101 | 1101110 | 11011101 | 110011 | 110010 | 0 | 1101 | 11101111 | 111110 | 1000001 |
Color Harmonies of #6D6EDD
Complementary color
Monochromatic Colors of #6D6EDD
Black with #6D6EDD
Text Example
Text Example
White with #6D6EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D6EDD; }
p { color: rgb(109,110,221); }
H1.HeaderClassName
{
color: #6D6EDD;
}
.AnyTagClassName
{
color: #6D6EDD;
}
</style>
background-color css
<style>
a { background-color: #6D6EDD; }
a { background-color: rgb(109,110,221); }
div.DivClassName
{
background-color: #6D6EDD;
}
.BgClassName
{
background-color: #6D6EDD;
}
</style>
border-color css
<style>
span { border-color: #6D6EDD; }
span { border-color: rgb(109,110,221); }
td.TdClassName
{
border-color: #6D6EDD;
}
.TagClassName
{
border-color: #6D6EDD;
}
</style>