Shades of Medium Slate Blue #6E6BEF
Tints of Medium Slate Blue #6E6BEF
RGB
CMYK
RGB Variations
Color information
#6E6BEF (or 0x6E6BEF) is known color: Medium Slate Blue. HEX triplet: 6E, 6B and EF. RGB value is (110,107,239). Sum of RGB (Red+Green+Blue) = 110+107+239=456 (60% of max value = 765). Red value is 110 (43.36% from 255 or 24.12% from 456); Green value is 107 (42.19% from 255 or 23.46% from 456); Blue value is 239 (93.75% from 255 or 52.41% from 456); Max value from RGB is 239 - color contains mainly: blue. Hex color #6E6BEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6E6BEF is #919410. Grayscale: #7A7A7A. Windows color (decimal): -9540625 or 15690606. OLE color: 15690606.
HSL color Cylindrical-coordinate representation of color #6E6BEF: hue angle of 241.36º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6E6BEF is Cyan = 0.54, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 110 | 107 | 239 | - |
| CMYK | 0.54 | 0.55 | 0 | 0.06 |
| HSL | 241.36º | 0.8% | 0.68% | - |
| HSV(B) | 241.36º | 0.55% | 0.94% | - |
| XYZ | 27.27 | 20.06 | 84.1 | - |
| YUV | 122.95 | 193.49 | 118.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 107 | 239 | 0.54 | 0.55 | 0 | 0.06 | 241.36 | 0.8 | 0.68 |
| Hex | 6E | 6B | EF | 36 | 37 | 0 | 6 | F1 | 50 | 44 |
| Octal | 156 | 153 | 357 | 66 | 67 | 0 | 6 | 361 | 120 | 104 |
| Binary | 1101110 | 1101011 | 11101111 | 110110 | 110111 | 0 | 110 | 11110001 | 1010000 | 1000100 |
Color Harmonies of #6E6BEF
Complementary color
Monochromatic Colors of #6E6BEF
Black with #6E6BEF
Text Example
Text Example
White with #6E6BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6BEF; }
p { color: rgb(110,107,239); }
H1.HeaderClassName
{
color: #6E6BEF;
}
.AnyTagClassName
{
color: #6E6BEF;
}
</style>
background-color css
<style>
a { background-color: #6E6BEF; }
a { background-color: rgb(110,107,239); }
div.DivClassName
{
background-color: #6E6BEF;
}
.BgClassName
{
background-color: #6E6BEF;
}
</style>
border-color css
<style>
span { border-color: #6E6BEF; }
span { border-color: rgb(110,107,239); }
td.TdClassName
{
border-color: #6E6BEF;
}
.TagClassName
{
border-color: #6E6BEF;
}
</style>