Shades of Medium Slate Blue #6D72EB
Tints of Medium Slate Blue #6D72EB
RGB
CMYK
RGB Variations
Color information
#6D72EB (or 0x6D72EB) is known color: Medium Slate Blue. HEX triplet: 6D, 72 and EB. RGB value is (109,114,235). Sum of RGB (Red+Green+Blue) = 109+114+235=458 (60% of max value = 765). Red value is 109 (42.97% from 255 or 23.80% from 458); Green value is 114 (44.92% from 255 or 24.89% from 458); Blue value is 235 (92.19% from 255 or 51.31% from 458); Max value from RGB is 235 - color contains mainly: blue. Hex color #6D72EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6D72EB is #928D14. Grayscale: #7D7D7D. Windows color (decimal): -9604373 or 15430253. OLE color: 15430253.
HSL color Cylindrical-coordinate representation of color #6D72EB: hue angle of 237.62º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6D72EB is Cyan = 0.54, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 109 | 114 | 235 | - |
| CMYK | 0.54 | 0.51 | 0 | 0.08 |
| HSL | 237.62º | 0.76% | 0.67% | - |
| HSV(B) | 237.62º | 0.54% | 0.92% | - |
| XYZ | 27.32 | 21.28 | 81.27 | - |
| YUV | 126.3 | 189.34 | 115.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 114 | 235 | 0.54 | 0.51 | 0 | 0.08 | 237.62 | 0.76 | 0.67 |
| Hex | 6D | 72 | EB | 36 | 33 | 0 | 8 | EE | 4C | 43 |
| Octal | 155 | 162 | 353 | 66 | 63 | 0 | 10 | 356 | 114 | 103 |
| Binary | 1101101 | 1110010 | 11101011 | 110110 | 110011 | 0 | 1000 | 11101110 | 1001100 | 1000011 |
Color Harmonies of #6D72EB
Complementary color
Monochromatic Colors of #6D72EB
Black with #6D72EB
Text Example
Text Example
White with #6D72EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D72EB; }
p { color: rgb(109,114,235); }
H1.HeaderClassName
{
color: #6D72EB;
}
.AnyTagClassName
{
color: #6D72EB;
}
</style>
background-color css
<style>
a { background-color: #6D72EB; }
a { background-color: rgb(109,114,235); }
div.DivClassName
{
background-color: #6D72EB;
}
.BgClassName
{
background-color: #6D72EB;
}
</style>
border-color css
<style>
span { border-color: #6D72EB; }
span { border-color: rgb(109,114,235); }
td.TdClassName
{
border-color: #6D72EB;
}
.TagClassName
{
border-color: #6D72EB;
}
</style>