Shades of Medium Slate Blue #6C6EDD
Tints of Medium Slate Blue #6C6EDD
RGB
CMYK
RGB Variations
Color information
#6C6EDD (or 0x6C6EDD) is known color: Medium Slate Blue. HEX triplet: 6C, 6E and DD. RGB value is (108,110,221). Sum of RGB (Red+Green+Blue) = 108+110+221=439 (58% of max value = 765). Red value is 108 (42.58% from 255 or 24.60% from 439); Green value is 110 (43.36% from 255 or 25.06% from 439); Blue value is 221 (86.72% from 255 or 50.34% from 439); Max value from RGB is 221 - color contains mainly: blue. Hex color #6C6EDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C6EDD is #939122. Grayscale: #797979. Windows color (decimal): -9670947 or 14511724. OLE color: 14511724.
HSL color Cylindrical-coordinate representation of color #6C6EDD: hue angle of 238.94º 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 #6C6EDD is Cyan = 0.51, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 108 | 110 | 221 | - |
| CMYK | 0.51 | 0.50 | 0 | 0.13 |
| HSL | 238.94º | 0.62% | 0.65% | - |
| HSV(B) | 238.94º | 0.51% | 0.87% | - |
| XYZ | 24.81 | 19.56 | 70.87 | - |
| YUV | 122.06 | 183.84 | 117.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 110 | 221 | 0.51 | 0.50 | 0 | 0.13 | 238.94 | 0.62 | 0.65 |
| Hex | 6C | 6E | DD | 33 | 32 | 0 | D | EF | 3E | 41 |
| Octal | 154 | 156 | 335 | 63 | 62 | 0 | 15 | 357 | 76 | 101 |
| Binary | 1101100 | 1101110 | 11011101 | 110011 | 110010 | 0 | 1101 | 11101111 | 111110 | 1000001 |
Color Harmonies of #6C6EDD
Complementary color
Monochromatic Colors of #6C6EDD
Black with #6C6EDD
Text Example
Text Example
White with #6C6EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C6EDD; }
p { color: rgb(108,110,221); }
H1.HeaderClassName
{
color: #6C6EDD;
}
.AnyTagClassName
{
color: #6C6EDD;
}
</style>
background-color css
<style>
a { background-color: #6C6EDD; }
a { background-color: rgb(108,110,221); }
div.DivClassName
{
background-color: #6C6EDD;
}
.BgClassName
{
background-color: #6C6EDD;
}
</style>
border-color css
<style>
span { border-color: #6C6EDD; }
span { border-color: rgb(108,110,221); }
td.TdClassName
{
border-color: #6C6EDD;
}
.TagClassName
{
border-color: #6C6EDD;
}
</style>