Shades of Medium Slate Blue #6E64EE
Tints of Medium Slate Blue #6E64EE
RGB
CMYK
RGB Variations
Color information
#6E64EE (or 0x6E64EE) is known color: Medium Slate Blue. HEX triplet: 6E, 64 and EE. RGB value is (110,100,238). Sum of RGB (Red+Green+Blue) = 110+100+238=448 (59% of max value = 765). Red value is 110 (43.36% from 255 or 24.55% from 448); Green value is 100 (39.45% from 255 or 22.32% from 448); Blue value is 238 (93.36% from 255 or 53.12% from 448); Max value from RGB is 238 - color contains mainly: blue. Hex color #6E64EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6E64EE is #919B11. Grayscale: #767676. Windows color (decimal): -9542418 or 15623278. OLE color: 15623278.
HSL color Cylindrical-coordinate representation of color #6E64EE: hue angle of 244.35º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6E64EE is Cyan = 0.54, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 110 | 100 | 238 | - |
| CMYK | 0.54 | 0.58 | 0 | 0.07 |
| HSL | 244.35º | 0.8% | 0.66% | - |
| HSV(B) | 244.35º | 0.58% | 0.93% | - |
| XYZ | 26.42 | 18.6 | 83.09 | - |
| YUV | 118.72 | 195.31 | 121.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 100 | 238 | 0.54 | 0.58 | 0 | 0.07 | 244.35 | 0.8 | 0.66 |
| Hex | 6E | 64 | EE | 36 | 3A | 0 | 7 | F4 | 50 | 42 |
| Octal | 156 | 144 | 356 | 66 | 72 | 0 | 7 | 364 | 120 | 102 |
| Binary | 1101110 | 1100100 | 11101110 | 110110 | 111010 | 0 | 111 | 11110100 | 1010000 | 1000010 |
Color Harmonies of #6E64EE
Complementary color
Monochromatic Colors of #6E64EE
Black with #6E64EE
Text Example
Text Example
White with #6E64EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E64EE; }
p { color: rgb(110,100,238); }
H1.HeaderClassName
{
color: #6E64EE;
}
.AnyTagClassName
{
color: #6E64EE;
}
</style>
background-color css
<style>
a { background-color: #6E64EE; }
a { background-color: rgb(110,100,238); }
div.DivClassName
{
background-color: #6E64EE;
}
.BgClassName
{
background-color: #6E64EE;
}
</style>
border-color css
<style>
span { border-color: #6E64EE; }
span { border-color: rgb(110,100,238); }
td.TdClassName
{
border-color: #6E64EE;
}
.TagClassName
{
border-color: #6E64EE;
}
</style>