Shades of Medium Slate Blue #6D6FEC
Tints of Medium Slate Blue #6D6FEC
RGB
CMYK
RGB Variations
Color information
#6D6FEC (or 0x6D6FEC) is known color: Medium Slate Blue. HEX triplet: 6D, 6F and EC. RGB value is (109,111,236). Sum of RGB (Red+Green+Blue) = 109+111+236=456 (60% of max value = 765). Red value is 109 (42.97% from 255 or 23.90% from 456); Green value is 111 (43.75% from 255 or 24.34% from 456); Blue value is 236 (92.58% from 255 or 51.75% from 456); Max value from RGB is 236 - color contains mainly: blue. Hex color #6D6FEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6D6FEC is #929013. Grayscale: #7C7C7C. Windows color (decimal): -9605140 or 15495021. OLE color: 15495021.
HSL color Cylindrical-coordinate representation of color #6D6FEC: hue angle of 239.06º 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 #6D6FEC is Cyan = 0.54, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 109 | 111 | 236 | - |
| CMYK | 0.54 | 0.53 | 0 | 0.07 |
| HSL | 239.06º | 0.77% | 0.68% | - |
| HSV(B) | 239.06º | 0.54% | 0.93% | - |
| XYZ | 27.13 | 20.68 | 81.92 | - |
| YUV | 124.65 | 190.84 | 116.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 111 | 236 | 0.54 | 0.53 | 0 | 0.07 | 239.06 | 0.77 | 0.68 |
| Hex | 6D | 6F | EC | 36 | 35 | 0 | 7 | EF | 4D | 44 |
| Octal | 155 | 157 | 354 | 66 | 65 | 0 | 7 | 357 | 115 | 104 |
| Binary | 1101101 | 1101111 | 11101100 | 110110 | 110101 | 0 | 111 | 11101111 | 1001101 | 1000100 |
Color Harmonies of #6D6FEC
Complementary color
Monochromatic Colors of #6D6FEC
Black with #6D6FEC
Text Example
Text Example
White with #6D6FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D6FEC; }
p { color: rgb(109,111,236); }
H1.HeaderClassName
{
color: #6D6FEC;
}
.AnyTagClassName
{
color: #6D6FEC;
}
</style>
background-color css
<style>
a { background-color: #6D6FEC; }
a { background-color: rgb(109,111,236); }
div.DivClassName
{
background-color: #6D6FEC;
}
.BgClassName
{
background-color: #6D6FEC;
}
</style>
border-color css
<style>
span { border-color: #6D6FEC; }
span { border-color: rgb(109,111,236); }
td.TdClassName
{
border-color: #6D6FEC;
}
.TagClassName
{
border-color: #6D6FEC;
}
</style>