Shades of Medium Slate Blue #6E7CEB
Tints of Medium Slate Blue #6E7CEB
RGB
CMYK
RGB Variations
Color information
#6E7CEB (or 0x6E7CEB) is known color: Medium Slate Blue. HEX triplet: 6E, 7C and EB. RGB value is (110,124,235). Sum of RGB (Red+Green+Blue) = 110+124+235=469 (62% of max value = 765). Red value is 110 (43.36% from 255 or 23.45% from 469); Green value is 124 (48.83% from 255 or 26.44% from 469); Blue value is 235 (92.19% from 255 or 50.11% from 469); Max value from RGB is 235 - color contains mainly: blue. Hex color #6E7CEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6E7CEB is #918314. Grayscale: #848484. Windows color (decimal): -9536277 or 15432814. OLE color: 15432814.
HSL color Cylindrical-coordinate representation of color #6E7CEB: hue angle of 233.28º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6E7CEB is Cyan = 0.53, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 110 | 124 | 235 | - |
| CMYK | 0.53 | 0.47 | 0 | 0.08 |
| HSL | 233.28º | 0.76% | 0.68% | - |
| HSV(B) | 233.28º | 0.53% | 0.92% | - |
| XYZ | 28.63 | 23.73 | 81.67 | - |
| YUV | 132.47 | 185.86 | 111.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 124 | 235 | 0.53 | 0.47 | 0 | 0.08 | 233.28 | 0.76 | 0.68 |
| Hex | 6E | 7C | EB | 35 | 2F | 0 | 8 | E9 | 4C | 44 |
| Octal | 156 | 174 | 353 | 65 | 57 | 0 | 10 | 351 | 114 | 104 |
| Binary | 1101110 | 1111100 | 11101011 | 110101 | 101111 | 0 | 1000 | 11101001 | 1001100 | 1000100 |
Color Harmonies of #6E7CEB
Complementary color
Monochromatic Colors of #6E7CEB
Black with #6E7CEB
Text Example
Text Example
White with #6E7CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E7CEB; }
p { color: rgb(110,124,235); }
H1.HeaderClassName
{
color: #6E7CEB;
}
.AnyTagClassName
{
color: #6E7CEB;
}
</style>
background-color css
<style>
a { background-color: #6E7CEB; }
a { background-color: rgb(110,124,235); }
div.DivClassName
{
background-color: #6E7CEB;
}
.BgClassName
{
background-color: #6E7CEB;
}
</style>
border-color css
<style>
span { border-color: #6E7CEB; }
span { border-color: rgb(110,124,235); }
td.TdClassName
{
border-color: #6E7CEB;
}
.TagClassName
{
border-color: #6E7CEB;
}
</style>