Shades of Medium Slate Blue #6D72EC
Tints of Medium Slate Blue #6D72EC
RGB
CMYK
RGB Variations
Color information
#6D72EC (or 0x6D72EC) is known color: Medium Slate Blue. HEX triplet: 6D, 72 and EC. RGB value is (109,114,236). Sum of RGB (Red+Green+Blue) = 109+114+236=459 (60% of max value = 765). Red value is 109 (42.97% from 255 or 23.75% from 459); Green value is 114 (44.92% from 255 or 24.84% from 459); Blue value is 236 (92.58% from 255 or 51.42% from 459); Max value from RGB is 236 - color contains mainly: blue. Hex color #6D72EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6D72EC is #928D13. Grayscale: #7D7D7D. Windows color (decimal): -9604372 or 15495789. OLE color: 15495789.
HSL color Cylindrical-coordinate representation of color #6D72EC: hue angle of 237.64º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6D72EC is Cyan = 0.54, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 109 | 114 | 236 | - |
| CMYK | 0.54 | 0.52 | 0 | 0.07 |
| HSL | 237.64º | 0.77% | 0.68% | - |
| HSV(B) | 237.64º | 0.54% | 0.93% | - |
| XYZ | 27.46 | 21.34 | 82.03 | - |
| YUV | 126.41 | 189.84 | 115.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 114 | 236 | 0.54 | 0.52 | 0 | 0.07 | 237.64 | 0.77 | 0.68 |
| Hex | 6D | 72 | EC | 36 | 34 | 0 | 7 | EE | 4D | 44 |
| Octal | 155 | 162 | 354 | 66 | 64 | 0 | 7 | 356 | 115 | 104 |
| Binary | 1101101 | 1110010 | 11101100 | 110110 | 110100 | 0 | 111 | 11101110 | 1001101 | 1000100 |
Color Harmonies of #6D72EC
Complementary color
Monochromatic Colors of #6D72EC
Black with #6D72EC
Text Example
Text Example
White with #6D72EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D72EC; }
p { color: rgb(109,114,236); }
H1.HeaderClassName
{
color: #6D72EC;
}
.AnyTagClassName
{
color: #6D72EC;
}
</style>
background-color css
<style>
a { background-color: #6D72EC; }
a { background-color: rgb(109,114,236); }
div.DivClassName
{
background-color: #6D72EC;
}
.BgClassName
{
background-color: #6D72EC;
}
</style>
border-color css
<style>
span { border-color: #6D72EC; }
span { border-color: rgb(109,114,236); }
td.TdClassName
{
border-color: #6D72EC;
}
.TagClassName
{
border-color: #6D72EC;
}
</style>