Shades of Medium Slate Blue #6E6CEC
Tints of Medium Slate Blue #6E6CEC
RGB
CMYK
RGB Variations
Color information
#6E6CEC (or 0x6E6CEC) is known color: Medium Slate Blue. HEX triplet: 6E, 6C and EC. RGB value is (110,108,236). Sum of RGB (Red+Green+Blue) = 110+108+236=454 (60% of max value = 765). Red value is 110 (43.36% from 255 or 24.23% from 454); Green value is 108 (42.58% from 255 or 23.79% from 454); Blue value is 236 (92.58% from 255 or 51.98% from 454); Max value from RGB is 236 - color contains mainly: blue. Hex color #6E6CEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6E6CEC is #919313. Grayscale: #7A7A7A. Windows color (decimal): -9540372 or 15494254. OLE color: 15494254.
HSL color Cylindrical-coordinate representation of color #6E6CEC: hue angle of 240.94º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6E6CEC is Cyan = 0.53, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 110 | 108 | 236 | - |
| CMYK | 0.53 | 0.54 | 0 | 0.07 |
| HSL | 240.94º | 0.77% | 0.67% | - |
| HSV(B) | 240.94º | 0.54% | 0.93% | - |
| XYZ | 26.93 | 20.1 | 81.82 | - |
| YUV | 123.19 | 191.66 | 118.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 108 | 236 | 0.53 | 0.54 | 0 | 0.07 | 240.94 | 0.77 | 0.67 |
| Hex | 6E | 6C | EC | 35 | 36 | 0 | 7 | F1 | 4D | 43 |
| Octal | 156 | 154 | 354 | 65 | 66 | 0 | 7 | 361 | 115 | 103 |
| Binary | 1101110 | 1101100 | 11101100 | 110101 | 110110 | 0 | 111 | 11110001 | 1001101 | 1000011 |
Color Harmonies of #6E6CEC
Complementary color
Monochromatic Colors of #6E6CEC
Black with #6E6CEC
Text Example
Text Example
White with #6E6CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6CEC; }
p { color: rgb(110,108,236); }
H1.HeaderClassName
{
color: #6E6CEC;
}
.AnyTagClassName
{
color: #6E6CEC;
}
</style>
background-color css
<style>
a { background-color: #6E6CEC; }
a { background-color: rgb(110,108,236); }
div.DivClassName
{
background-color: #6E6CEC;
}
.BgClassName
{
background-color: #6E6CEC;
}
</style>
border-color css
<style>
span { border-color: #6E6CEC; }
span { border-color: rgb(110,108,236); }
td.TdClassName
{
border-color: #6E6CEC;
}
.TagClassName
{
border-color: #6E6CEC;
}
</style>