Shades of Medium Slate Blue #6E7DEE
Tints of Medium Slate Blue #6E7DEE
RGB
CMYK
RGB Variations
Color information
#6E7DEE (or 0x6E7DEE) is known color: Medium Slate Blue. HEX triplet: 6E, 7D and EE. RGB value is (110,125,238). Sum of RGB (Red+Green+Blue) = 110+125+238=473 (62% of max value = 765). Red value is 110 (43.36% from 255 or 23.26% from 473); Green value is 125 (49.22% from 255 or 26.43% from 473); Blue value is 238 (93.36% from 255 or 50.32% from 473); Max value from RGB is 238 - color contains mainly: blue. Hex color #6E7DEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6E7DEE is #918211. Grayscale: #848484. Windows color (decimal): -9536018 or 15629678. OLE color: 15629678.
HSL color Cylindrical-coordinate representation of color #6E7DEE: hue angle of 232.97º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6E7DEE is Cyan = 0.54, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 110 | 125 | 238 | - |
| CMYK | 0.54 | 0.47 | 0 | 0.07 |
| HSL | 232.97º | 0.79% | 0.68% | - |
| HSV(B) | 232.97º | 0.54% | 0.93% | - |
| XYZ | 29.2 | 24.16 | 84.01 | - |
| YUV | 133.4 | 187.03 | 111.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 125 | 238 | 0.54 | 0.47 | 0 | 0.07 | 232.97 | 0.79 | 0.68 |
| Hex | 6E | 7D | EE | 36 | 2F | 0 | 7 | E9 | 4F | 44 |
| Octal | 156 | 175 | 356 | 66 | 57 | 0 | 7 | 351 | 117 | 104 |
| Binary | 1101110 | 1111101 | 11101110 | 110110 | 101111 | 0 | 111 | 11101001 | 1001111 | 1000100 |
Color Harmonies of #6E7DEE
Complementary color
Monochromatic Colors of #6E7DEE
Black with #6E7DEE
Text Example
Text Example
White with #6E7DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E7DEE; }
p { color: rgb(110,125,238); }
H1.HeaderClassName
{
color: #6E7DEE;
}
.AnyTagClassName
{
color: #6E7DEE;
}
</style>
background-color css
<style>
a { background-color: #6E7DEE; }
a { background-color: rgb(110,125,238); }
div.DivClassName
{
background-color: #6E7DEE;
}
.BgClassName
{
background-color: #6E7DEE;
}
</style>
border-color css
<style>
span { border-color: #6E7DEE; }
span { border-color: rgb(110,125,238); }
td.TdClassName
{
border-color: #6E7DEE;
}
.TagClassName
{
border-color: #6E7DEE;
}
</style>