Shades of Medium Slate Blue #6E7AE9
Tints of Medium Slate Blue #6E7AE9
RGB
CMYK
RGB Variations
Color information
#6E7AE9 (or 0x6E7AE9) is known color: Medium Slate Blue. HEX triplet: 6E, 7A and E9. RGB value is (110,122,233). Sum of RGB (Red+Green+Blue) = 110+122+233=465 (61% of max value = 765). Red value is 110 (43.36% from 255 or 23.66% from 465); Green value is 122 (48.05% from 255 or 26.24% from 465); Blue value is 233 (91.41% from 255 or 50.11% from 465); Max value from RGB is 233 - color contains mainly: blue. Hex color #6E7AE9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6E7AE9 is #918516. Grayscale: #828282. Windows color (decimal): -9536791 or 15301230. OLE color: 15301230.
HSL color Cylindrical-coordinate representation of color #6E7AE9: hue angle of 234.15º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6E7AE9 is Cyan = 0.53, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 110 | 122 | 233 | - |
| CMYK | 0.53 | 0.48 | 0 | 0.09 |
| HSL | 234.15º | 0.74% | 0.67% | - |
| HSV(B) | 234.15º | 0.53% | 0.91% | - |
| XYZ | 28.1 | 23.12 | 80.07 | - |
| YUV | 131.07 | 185.52 | 112.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 122 | 233 | 0.53 | 0.48 | 0 | 0.09 | 234.15 | 0.74 | 0.67 |
| Hex | 6E | 7A | E9 | 35 | 30 | 0 | 9 | EA | 4A | 43 |
| Octal | 156 | 172 | 351 | 65 | 60 | 0 | 11 | 352 | 112 | 103 |
| Binary | 1101110 | 1111010 | 11101001 | 110101 | 110000 | 0 | 1001 | 11101010 | 1001010 | 1000011 |
Color Harmonies of #6E7AE9
Complementary color
Monochromatic Colors of #6E7AE9
Black with #6E7AE9
Text Example
Text Example
White with #6E7AE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E7AE9; }
p { color: rgb(110,122,233); }
H1.HeaderClassName
{
color: #6E7AE9;
}
.AnyTagClassName
{
color: #6E7AE9;
}
</style>
background-color css
<style>
a { background-color: #6E7AE9; }
a { background-color: rgb(110,122,233); }
div.DivClassName
{
background-color: #6E7AE9;
}
.BgClassName
{
background-color: #6E7AE9;
}
</style>
border-color css
<style>
span { border-color: #6E7AE9; }
span { border-color: rgb(110,122,233); }
td.TdClassName
{
border-color: #6E7AE9;
}
.TagClassName
{
border-color: #6E7AE9;
}
</style>