Shades of Medium Slate Blue #6E65E5
Tints of Medium Slate Blue #6E65E5
RGB
CMYK
RGB Variations
Color information
#6E65E5 (or 0x6E65E5) is known color: Medium Slate Blue. HEX triplet: 6E, 65 and E5. RGB value is (110,101,229). Sum of RGB (Red+Green+Blue) = 110+101+229=440 (58% of max value = 765). Red value is 110 (43.36% from 255 or 25% from 440); Green value is 101 (39.84% from 255 or 22.95% from 440); Blue value is 229 (89.84% from 255 or 52.05% from 440); Max value from RGB is 229 - color contains mainly: blue. Hex color #6E65E5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E65E5 is #919A1A. Grayscale: #757575. Windows color (decimal): -9542171 or 15033710. OLE color: 15033710.
HSL color Cylindrical-coordinate representation of color #6E65E5: hue angle of 244.22º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6E65E5 is Cyan = 0.52, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 110 | 101 | 229 | - |
| CMYK | 0.52 | 0.56 | 0 | 0.10 |
| HSL | 244.22º | 0.71% | 0.65% | - |
| HSV(B) | 244.22º | 0.56% | 0.9% | - |
| XYZ | 25.23 | 18.28 | 76.33 | - |
| YUV | 118.28 | 190.48 | 122.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 101 | 229 | 0.52 | 0.56 | 0 | 0.10 | 244.22 | 0.71 | 0.65 |
| Hex | 6E | 65 | E5 | 34 | 38 | 0 | A | F4 | 47 | 41 |
| Octal | 156 | 145 | 345 | 64 | 70 | 0 | 12 | 364 | 107 | 101 |
| Binary | 1101110 | 1100101 | 11100101 | 110100 | 111000 | 0 | 1010 | 11110100 | 1000111 | 1000001 |
Color Harmonies of #6E65E5
Complementary color
Monochromatic Colors of #6E65E5
Black with #6E65E5
Text Example
Text Example
White with #6E65E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E65E5; }
p { color: rgb(110,101,229); }
H1.HeaderClassName
{
color: #6E65E5;
}
.AnyTagClassName
{
color: #6E65E5;
}
</style>
background-color css
<style>
a { background-color: #6E65E5; }
a { background-color: rgb(110,101,229); }
div.DivClassName
{
background-color: #6E65E5;
}
.BgClassName
{
background-color: #6E65E5;
}
</style>
border-color css
<style>
span { border-color: #6E65E5; }
span { border-color: rgb(110,101,229); }
td.TdClassName
{
border-color: #6E65E5;
}
.TagClassName
{
border-color: #6E65E5;
}
</style>