Shades of Medium Slate Blue #6E6AFE
Tints of Medium Slate Blue #6E6AFE
RGB
CMYK
RGB Variations
Color information
#6E6AFE (or 0x6E6AFE) is known color: Medium Slate Blue. HEX triplet: 6E, 6A and FE. RGB value is (110,106,254). Sum of RGB (Red+Green+Blue) = 110+106+254=470 (62% of max value = 765). Red value is 110 (43.36% from 255 or 23.40% from 470); Green value is 106 (41.80% from 255 or 22.55% from 470); Blue value is 254 (99.61% from 255 or 54.04% from 470); Max value from RGB is 254 - color contains mainly: blue. Hex color #6E6AFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6E6AFE is #919501. Grayscale: #7B7B7B. Windows color (decimal): -9540866 or 16673390. OLE color: 16673390.
HSL color Cylindrical-coordinate representation of color #6E6AFE: hue angle of 241.62º 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 #6E6AFE is Cyan = 0.57, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 110 | 106 | 254 | - |
| CMYK | 0.57 | 0.58 | 0 | 0.00 |
| HSL | 241.62º | 0.99% | 0.71% | - |
| HSV(B) | 241.62º | 0.58% | 1% | - |
| XYZ | 29.47 | 20.78 | 96.22 | - |
| YUV | 124.07 | 201.33 | 117.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 106 | 254 | 0.57 | 0.58 | 0 | 0.00 | 241.62 | 0.99 | 0.71 |
| Hex | 6E | 6A | FE | 39 | 3A | 0 | 0 | F2 | 63 | 47 |
| Octal | 156 | 152 | 376 | 71 | 72 | 0 | 0 | 362 | 143 | 107 |
| Binary | 1101110 | 1101010 | 11111110 | 111001 | 111010 | 0 | 0 | 11110010 | 1100011 | 1000111 |
Color Harmonies of #6E6AFE
Complementary color
Monochromatic Colors of #6E6AFE
Black with #6E6AFE
Text Example
Text Example
White with #6E6AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6AFE; }
p { color: rgb(110,106,254); }
H1.HeaderClassName
{
color: #6E6AFE;
}
.AnyTagClassName
{
color: #6E6AFE;
}
</style>
background-color css
<style>
a { background-color: #6E6AFE; }
a { background-color: rgb(110,106,254); }
div.DivClassName
{
background-color: #6E6AFE;
}
.BgClassName
{
background-color: #6E6AFE;
}
</style>
border-color css
<style>
span { border-color: #6E6AFE; }
span { border-color: rgb(110,106,254); }
td.TdClassName
{
border-color: #6E6AFE;
}
.TagClassName
{
border-color: #6E6AFE;
}
</style>