Shades of Medium Slate Blue #6E7BEB
Tints of Medium Slate Blue #6E7BEB
RGB
CMYK
RGB Variations
Color information
#6E7BEB (or 0x6E7BEB) is known color: Medium Slate Blue. HEX triplet: 6E, 7B and EB. RGB value is (110,123,235). Sum of RGB (Red+Green+Blue) = 110+123+235=468 (61% of max value = 765). Red value is 110 (43.36% from 255 or 23.50% from 468); Green value is 123 (48.44% from 255 or 26.28% from 468); Blue value is 235 (92.19% from 255 or 50.21% from 468); Max value from RGB is 235 - color contains mainly: blue. Hex color #6E7BEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6E7BEB is #918414. Grayscale: #838383. Windows color (decimal): -9536533 or 15432558. OLE color: 15432558.
HSL color Cylindrical-coordinate representation of color #6E7BEB: hue angle of 233.76º 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 #6E7BEB is Cyan = 0.53, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 110 | 123 | 235 | - |
| CMYK | 0.53 | 0.48 | 0 | 0.08 |
| HSL | 233.76º | 0.76% | 0.68% | - |
| HSV(B) | 233.76º | 0.53% | 0.92% | - |
| XYZ | 28.51 | 23.48 | 81.63 | - |
| YUV | 131.88 | 186.19 | 112.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 123 | 235 | 0.53 | 0.48 | 0 | 0.08 | 233.76 | 0.76 | 0.68 |
| Hex | 6E | 7B | EB | 35 | 30 | 0 | 8 | EA | 4C | 44 |
| Octal | 156 | 173 | 353 | 65 | 60 | 0 | 10 | 352 | 114 | 104 |
| Binary | 1101110 | 1111011 | 11101011 | 110101 | 110000 | 0 | 1000 | 11101010 | 1001100 | 1000100 |
Color Harmonies of #6E7BEB
Complementary color
Monochromatic Colors of #6E7BEB
Black with #6E7BEB
Text Example
Text Example
White with #6E7BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E7BEB; }
p { color: rgb(110,123,235); }
H1.HeaderClassName
{
color: #6E7BEB;
}
.AnyTagClassName
{
color: #6E7BEB;
}
</style>
background-color css
<style>
a { background-color: #6E7BEB; }
a { background-color: rgb(110,123,235); }
div.DivClassName
{
background-color: #6E7BEB;
}
.BgClassName
{
background-color: #6E7BEB;
}
</style>
border-color css
<style>
span { border-color: #6E7BEB; }
span { border-color: rgb(110,123,235); }
td.TdClassName
{
border-color: #6E7BEB;
}
.TagClassName
{
border-color: #6E7BEB;
}
</style>