Shades of Medium Slate Blue #6E66DE
Tints of Medium Slate Blue #6E66DE
RGB
CMYK
RGB Variations
Color information
#6E66DE (or 0x6E66DE) is known color: Medium Slate Blue. HEX triplet: 6E, 66 and DE. RGB value is (110,102,222). Sum of RGB (Red+Green+Blue) = 110+102+222=434 (57% of max value = 765). Red value is 110 (43.36% from 255 or 25.35% from 434); Green value is 102 (40.23% from 255 or 23.50% from 434); Blue value is 222 (87.11% from 255 or 51.15% from 434); Max value from RGB is 222 - color contains mainly: blue. Hex color #6E66DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E66DE is #919921. Grayscale: #757575. Windows color (decimal): -9541922 or 14575214. OLE color: 14575214.
HSL color Cylindrical-coordinate representation of color #6E66DE: hue angle of 244º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6E66DE is Cyan = 0.50, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 110 | 102 | 222 | - |
| CMYK | 0.50 | 0.54 | 0 | 0.13 |
| HSL | 244º | 0.65% | 0.64% | - |
| HSV(B) | 244º | 0.54% | 0.87% | - |
| XYZ | 24.37 | 18.09 | 71.32 | - |
| YUV | 118.07 | 186.65 | 122.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 102 | 222 | 0.50 | 0.54 | 0 | 0.13 | 244 | 0.65 | 0.64 |
| Hex | 6E | 66 | DE | 32 | 36 | 0 | D | F4 | 41 | 40 |
| Octal | 156 | 146 | 336 | 62 | 66 | 0 | 15 | 364 | 101 | 100 |
| Binary | 1101110 | 1100110 | 11011110 | 110010 | 110110 | 0 | 1101 | 11110100 | 1000001 | 1000000 |
Color Harmonies of #6E66DE
Complementary color
Monochromatic Colors of #6E66DE
Black with #6E66DE
Text Example
Text Example
White with #6E66DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E66DE; }
p { color: rgb(110,102,222); }
H1.HeaderClassName
{
color: #6E66DE;
}
.AnyTagClassName
{
color: #6E66DE;
}
</style>
background-color css
<style>
a { background-color: #6E66DE; }
a { background-color: rgb(110,102,222); }
div.DivClassName
{
background-color: #6E66DE;
}
.BgClassName
{
background-color: #6E66DE;
}
</style>
border-color css
<style>
span { border-color: #6E66DE; }
span { border-color: rgb(110,102,222); }
td.TdClassName
{
border-color: #6E66DE;
}
.TagClassName
{
border-color: #6E66DE;
}
</style>