Shades of Medium Slate Blue #6E6BFE
Tints of Medium Slate Blue #6E6BFE
RGB
CMYK
RGB Variations
Color information
#6E6BFE (or 0x6E6BFE) is known color: Medium Slate Blue. HEX triplet: 6E, 6B and FE. RGB value is (110,107,254). Sum of RGB (Red+Green+Blue) = 110+107+254=471 (62% of max value = 765). Red value is 110 (43.36% from 255 or 23.35% from 471); Green value is 107 (42.19% from 255 or 22.72% from 471); Blue value is 254 (99.61% from 255 or 53.93% from 471); Max value from RGB is 254 - color contains mainly: blue. Hex color #6E6BFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6E6BFE is #919401. Grayscale: #7C7C7C. Windows color (decimal): -9540610 or 16673646. OLE color: 16673646.
HSL color Cylindrical-coordinate representation of color #6E6BFE: hue angle of 241.22º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6E6BFE is Cyan = 0.57, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 110 | 107 | 254 | - |
| CMYK | 0.57 | 0.58 | 0 | 0.00 |
| HSL | 241.22º | 0.99% | 0.71% | - |
| HSV(B) | 241.22º | 0.58% | 1% | - |
| XYZ | 29.58 | 20.99 | 96.26 | - |
| YUV | 124.66 | 200.99 | 117.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 107 | 254 | 0.57 | 0.58 | 0 | 0.00 | 241.22 | 0.99 | 0.71 |
| Hex | 6E | 6B | FE | 39 | 3A | 0 | 0 | F1 | 63 | 47 |
| Octal | 156 | 153 | 376 | 71 | 72 | 0 | 0 | 361 | 143 | 107 |
| Binary | 1101110 | 1101011 | 11111110 | 111001 | 111010 | 0 | 0 | 11110001 | 1100011 | 1000111 |
Color Harmonies of #6E6BFE
Complementary color
Monochromatic Colors of #6E6BFE
Black with #6E6BFE
Text Example
Text Example
White with #6E6BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6BFE; }
p { color: rgb(110,107,254); }
H1.HeaderClassName
{
color: #6E6BFE;
}
.AnyTagClassName
{
color: #6E6BFE;
}
</style>
background-color css
<style>
a { background-color: #6E6BFE; }
a { background-color: rgb(110,107,254); }
div.DivClassName
{
background-color: #6E6BFE;
}
.BgClassName
{
background-color: #6E6BFE;
}
</style>
border-color css
<style>
span { border-color: #6E6BFE; }
span { border-color: rgb(110,107,254); }
td.TdClassName
{
border-color: #6E6BFE;
}
.TagClassName
{
border-color: #6E6BFE;
}
</style>