Shades of Medium Slate Blue #6E68DD
Tints of Medium Slate Blue #6E68DD
RGB
CMYK
RGB Variations
Color information
#6E68DD (or 0x6E68DD) is known color: Medium Slate Blue. HEX triplet: 6E, 68 and DD. RGB value is (110,104,221). Sum of RGB (Red+Green+Blue) = 110+104+221=435 (57% of max value = 765). Red value is 110 (43.36% from 255 or 25.29% from 435); Green value is 104 (41.02% from 255 or 23.91% from 435); Blue value is 221 (86.72% from 255 or 50.80% from 435); Max value from RGB is 221 - color contains mainly: blue. Hex color #6E68DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E68DD is #919722. Grayscale: #767676. Windows color (decimal): -9541411 or 14510190. OLE color: 14510190.
HSL color Cylindrical-coordinate representation of color #6E68DD: hue angle of 243.08º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6E68DD is Cyan = 0.50, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 110 | 104 | 221 | - |
| CMYK | 0.50 | 0.53 | 0 | 0.13 |
| HSL | 243.08º | 0.63% | 0.64% | - |
| HSV(B) | 243.08º | 0.53% | 0.87% | - |
| XYZ | 24.43 | 18.44 | 70.68 | - |
| YUV | 119.13 | 185.49 | 121.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 104 | 221 | 0.50 | 0.53 | 0 | 0.13 | 243.08 | 0.63 | 0.64 |
| Hex | 6E | 68 | DD | 32 | 35 | 0 | D | F3 | 3F | 40 |
| Octal | 156 | 150 | 335 | 62 | 65 | 0 | 15 | 363 | 77 | 100 |
| Binary | 1101110 | 1101000 | 11011101 | 110010 | 110101 | 0 | 1101 | 11110011 | 111111 | 1000000 |
Color Harmonies of #6E68DD
Complementary color
Monochromatic Colors of #6E68DD
Black with #6E68DD
Text Example
Text Example
White with #6E68DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E68DD; }
p { color: rgb(110,104,221); }
H1.HeaderClassName
{
color: #6E68DD;
}
.AnyTagClassName
{
color: #6E68DD;
}
</style>
background-color css
<style>
a { background-color: #6E68DD; }
a { background-color: rgb(110,104,221); }
div.DivClassName
{
background-color: #6E68DD;
}
.BgClassName
{
background-color: #6E68DD;
}
</style>
border-color css
<style>
span { border-color: #6E68DD; }
span { border-color: rgb(110,104,221); }
td.TdClassName
{
border-color: #6E68DD;
}
.TagClassName
{
border-color: #6E68DD;
}
</style>