Shades of Medium Slate Blue #6E7AE2
Tints of Medium Slate Blue #6E7AE2
RGB
CMYK
RGB Variations
Color information
#6E7AE2 (or 0x6E7AE2) is known color: Medium Slate Blue. HEX triplet: 6E, 7A and E2. RGB value is (110,122,226). Sum of RGB (Red+Green+Blue) = 110+122+226=458 (60% of max value = 765). Red value is 110 (43.36% from 255 or 24.02% from 458); Green value is 122 (48.05% from 255 or 26.64% from 458); Blue value is 226 (88.67% from 255 or 49.34% from 458); Max value from RGB is 226 - color contains mainly: blue. Hex color #6E7AE2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E7AE2 is #91851D. Grayscale: #818181. Windows color (decimal): -9536798 or 14842478. OLE color: 14842478.
HSL color Cylindrical-coordinate representation of color #6E7AE2: hue angle of 233.79º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6E7AE2 is Cyan = 0.51, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 110 | 122 | 226 | - |
| CMYK | 0.51 | 0.46 | 0 | 0.11 |
| HSL | 233.79º | 0.67% | 0.66% | - |
| HSV(B) | 233.79º | 0.51% | 0.89% | - |
| XYZ | 27.12 | 22.73 | 74.91 | - |
| YUV | 130.27 | 182.02 | 113.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 122 | 226 | 0.51 | 0.46 | 0 | 0.11 | 233.79 | 0.67 | 0.66 |
| Hex | 6E | 7A | E2 | 33 | 2E | 0 | B | EA | 43 | 42 |
| Octal | 156 | 172 | 342 | 63 | 56 | 0 | 13 | 352 | 103 | 102 |
| Binary | 1101110 | 1111010 | 11100010 | 110011 | 101110 | 0 | 1011 | 11101010 | 1000011 | 1000010 |
Color Harmonies of #6E7AE2
Complementary color
Monochromatic Colors of #6E7AE2
Black with #6E7AE2
Text Example
Text Example
White with #6E7AE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E7AE2; }
p { color: rgb(110,122,226); }
H1.HeaderClassName
{
color: #6E7AE2;
}
.AnyTagClassName
{
color: #6E7AE2;
}
</style>
background-color css
<style>
a { background-color: #6E7AE2; }
a { background-color: rgb(110,122,226); }
div.DivClassName
{
background-color: #6E7AE2;
}
.BgClassName
{
background-color: #6E7AE2;
}
</style>
border-color css
<style>
span { border-color: #6E7AE2; }
span { border-color: rgb(110,122,226); }
td.TdClassName
{
border-color: #6E7AE2;
}
.TagClassName
{
border-color: #6E7AE2;
}
</style>