Shades of Medium Slate Blue #6E6BED
Tints of Medium Slate Blue #6E6BED
RGB
CMYK
RGB Variations
Color information
#6E6BED (or 0x6E6BED) is known color: Medium Slate Blue. HEX triplet: 6E, 6B and ED. RGB value is (110,107,237). Sum of RGB (Red+Green+Blue) = 110+107+237=454 (60% of max value = 765). Red value is 110 (43.36% from 255 or 24.23% from 454); Green value is 107 (42.19% from 255 or 23.57% from 454); Blue value is 237 (92.97% from 255 or 52.20% from 454); Max value from RGB is 237 - color contains mainly: blue. Hex color #6E6BED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6E6BED is #919412. Grayscale: #7A7A7A. Windows color (decimal): -9540627 or 15559534. OLE color: 15559534.
HSL color Cylindrical-coordinate representation of color #6E6BED: hue angle of 241.38º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6E6BED is Cyan = 0.54, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 110 | 107 | 237 | - |
| CMYK | 0.54 | 0.55 | 0 | 0.07 |
| HSL | 241.38º | 0.78% | 0.67% | - |
| HSV(B) | 241.38º | 0.55% | 0.93% | - |
| XYZ | 26.97 | 19.94 | 82.55 | - |
| YUV | 122.72 | 192.49 | 118.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 107 | 237 | 0.54 | 0.55 | 0 | 0.07 | 241.38 | 0.78 | 0.67 |
| Hex | 6E | 6B | ED | 36 | 37 | 0 | 7 | F1 | 4E | 43 |
| Octal | 156 | 153 | 355 | 66 | 67 | 0 | 7 | 361 | 116 | 103 |
| Binary | 1101110 | 1101011 | 11101101 | 110110 | 110111 | 0 | 111 | 11110001 | 1001110 | 1000011 |
Color Harmonies of #6E6BED
Complementary color
Monochromatic Colors of #6E6BED
Black with #6E6BED
Text Example
Text Example
White with #6E6BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6BED; }
p { color: rgb(110,107,237); }
H1.HeaderClassName
{
color: #6E6BED;
}
.AnyTagClassName
{
color: #6E6BED;
}
</style>
background-color css
<style>
a { background-color: #6E6BED; }
a { background-color: rgb(110,107,237); }
div.DivClassName
{
background-color: #6E6BED;
}
.BgClassName
{
background-color: #6E6BED;
}
</style>
border-color css
<style>
span { border-color: #6E6BED; }
span { border-color: rgb(110,107,237); }
td.TdClassName
{
border-color: #6E6BED;
}
.TagClassName
{
border-color: #6E6BED;
}
</style>