Shades of Medium Slate Blue #6E6DFE
Tints of Medium Slate Blue #6E6DFE
RGB
CMYK
RGB Variations
Color information
#6E6DFE (or 0x6E6DFE) is known color: Medium Slate Blue. HEX triplet: 6E, 6D and FE. RGB value is (110,109,254). Sum of RGB (Red+Green+Blue) = 110+109+254=473 (62% of max value = 765). Red value is 110 (43.36% from 255 or 23.26% from 473); Green value is 109 (42.97% from 255 or 23.04% from 473); Blue value is 254 (99.61% from 255 or 53.70% from 473); Max value from RGB is 254 - color contains mainly: blue. Hex color #6E6DFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6E6DFE is #919201. Grayscale: #7D7D7D. Windows color (decimal): -9540098 or 16674158. OLE color: 16674158.
HSL color Cylindrical-coordinate representation of color #6E6DFE: hue angle of 240.41º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6E6DFE is Cyan = 0.57, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 110 | 109 | 254 | - |
| CMYK | 0.57 | 0.57 | 0 | 0.00 |
| HSL | 240.41º | 0.99% | 0.71% | - |
| HSV(B) | 240.41º | 0.57% | 1% | - |
| XYZ | 29.79 | 21.41 | 96.33 | - |
| YUV | 125.83 | 200.33 | 116.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 109 | 254 | 0.57 | 0.57 | 0 | 0.00 | 240.41 | 0.99 | 0.71 |
| Hex | 6E | 6D | FE | 39 | 39 | 0 | 0 | F0 | 63 | 47 |
| Octal | 156 | 155 | 376 | 71 | 71 | 0 | 0 | 360 | 143 | 107 |
| Binary | 1101110 | 1101101 | 11111110 | 111001 | 111001 | 0 | 0 | 11110000 | 1100011 | 1000111 |
Color Harmonies of #6E6DFE
Complementary color
Monochromatic Colors of #6E6DFE
Black with #6E6DFE
Text Example
Text Example
White with #6E6DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6DFE; }
p { color: rgb(110,109,254); }
H1.HeaderClassName
{
color: #6E6DFE;
}
.AnyTagClassName
{
color: #6E6DFE;
}
</style>
background-color css
<style>
a { background-color: #6E6DFE; }
a { background-color: rgb(110,109,254); }
div.DivClassName
{
background-color: #6E6DFE;
}
.BgClassName
{
background-color: #6E6DFE;
}
</style>
border-color css
<style>
span { border-color: #6E6DFE; }
span { border-color: rgb(110,109,254); }
td.TdClassName
{
border-color: #6E6DFE;
}
.TagClassName
{
border-color: #6E6DFE;
}
</style>