Shades of Medium Slate Blue #6E7AE7
Tints of Medium Slate Blue #6E7AE7
RGB
CMYK
RGB Variations
Color information
#6E7AE7 (or 0x6E7AE7) is known color: Medium Slate Blue. HEX triplet: 6E, 7A and E7. RGB value is (110,122,231). Sum of RGB (Red+Green+Blue) = 110+122+231=463 (61% of max value = 765). Red value is 110 (43.36% from 255 or 23.76% from 463); Green value is 122 (48.05% from 255 or 26.35% from 463); Blue value is 231 (90.62% from 255 or 49.89% from 463); Max value from RGB is 231 - color contains mainly: blue. Hex color #6E7AE7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6E7AE7 is #918518. Grayscale: #828282. Windows color (decimal): -9536793 or 15170158. OLE color: 15170158.
HSL color Cylindrical-coordinate representation of color #6E7AE7: hue angle of 234.05º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6E7AE7 is Cyan = 0.52, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 110 | 122 | 231 | - |
| CMYK | 0.52 | 0.47 | 0 | 0.09 |
| HSL | 234.05º | 0.72% | 0.67% | - |
| HSV(B) | 234.05º | 0.52% | 0.91% | - |
| XYZ | 27.81 | 23 | 78.58 | - |
| YUV | 130.84 | 184.52 | 113.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 122 | 231 | 0.52 | 0.47 | 0 | 0.09 | 234.05 | 0.72 | 0.67 |
| Hex | 6E | 7A | E7 | 34 | 2F | 0 | 9 | EA | 48 | 43 |
| Octal | 156 | 172 | 347 | 64 | 57 | 0 | 11 | 352 | 110 | 103 |
| Binary | 1101110 | 1111010 | 11100111 | 110100 | 101111 | 0 | 1001 | 11101010 | 1001000 | 1000011 |
Color Harmonies of #6E7AE7
Complementary color
Monochromatic Colors of #6E7AE7
Black with #6E7AE7
Text Example
Text Example
White with #6E7AE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E7AE7; }
p { color: rgb(110,122,231); }
H1.HeaderClassName
{
color: #6E7AE7;
}
.AnyTagClassName
{
color: #6E7AE7;
}
</style>
background-color css
<style>
a { background-color: #6E7AE7; }
a { background-color: rgb(110,122,231); }
div.DivClassName
{
background-color: #6E7AE7;
}
.BgClassName
{
background-color: #6E7AE7;
}
</style>
border-color css
<style>
span { border-color: #6E7AE7; }
span { border-color: rgb(110,122,231); }
td.TdClassName
{
border-color: #6E7AE7;
}
.TagClassName
{
border-color: #6E7AE7;
}
</style>