Shades of Medium Slate Blue #6E66DF
Tints of Medium Slate Blue #6E66DF
RGB
CMYK
RGB Variations
Color information
#6E66DF (or 0x6E66DF) is known color: Medium Slate Blue. HEX triplet: 6E, 66 and DF. RGB value is (110,102,223). Sum of RGB (Red+Green+Blue) = 110+102+223=435 (57% of max value = 765). Red value is 110 (43.36% from 255 or 25.29% from 435); Green value is 102 (40.23% from 255 or 23.45% from 435); Blue value is 223 (87.5% from 255 or 51.26% from 435); Max value from RGB is 223 - color contains mainly: blue. Hex color #6E66DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E66DF is #919920. Grayscale: #757575. Windows color (decimal): -9541921 or 14640750. OLE color: 14640750.
HSL color Cylindrical-coordinate representation of color #6E66DF: hue angle of 243.97º 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 #6E66DF is Cyan = 0.51, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 110 | 102 | 223 | - |
| CMYK | 0.51 | 0.54 | 0 | 0.13 |
| HSL | 243.97º | 0.65% | 0.64% | - |
| HSV(B) | 243.97º | 0.54% | 0.87% | - |
| XYZ | 24.5 | 18.15 | 72.02 | - |
| YUV | 118.19 | 187.15 | 122.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 102 | 223 | 0.51 | 0.54 | 0 | 0.13 | 243.97 | 0.65 | 0.64 |
| Hex | 6E | 66 | DF | 33 | 36 | 0 | D | F4 | 41 | 40 |
| Octal | 156 | 146 | 337 | 63 | 66 | 0 | 15 | 364 | 101 | 100 |
| Binary | 1101110 | 1100110 | 11011111 | 110011 | 110110 | 0 | 1101 | 11110100 | 1000001 | 1000000 |
Color Harmonies of #6E66DF
Complementary color
Monochromatic Colors of #6E66DF
Black with #6E66DF
Text Example
Text Example
White with #6E66DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E66DF; }
p { color: rgb(110,102,223); }
H1.HeaderClassName
{
color: #6E66DF;
}
.AnyTagClassName
{
color: #6E66DF;
}
</style>
background-color css
<style>
a { background-color: #6E66DF; }
a { background-color: rgb(110,102,223); }
div.DivClassName
{
background-color: #6E66DF;
}
.BgClassName
{
background-color: #6E66DF;
}
</style>
border-color css
<style>
span { border-color: #6E66DF; }
span { border-color: rgb(110,102,223); }
td.TdClassName
{
border-color: #6E66DF;
}
.TagClassName
{
border-color: #6E66DF;
}
</style>