Shades of Medium Slate Blue #6E7ADE
Tints of Medium Slate Blue #6E7ADE
RGB
CMYK
RGB Variations
Color information
#6E7ADE (or 0x6E7ADE) is known color: Medium Slate Blue. HEX triplet: 6E, 7A and DE. RGB value is (110,122,222). Sum of RGB (Red+Green+Blue) = 110+122+222=454 (60% of max value = 765). Red value is 110 (43.36% from 255 or 24.23% from 454); Green value is 122 (48.05% from 255 or 26.87% from 454); Blue value is 222 (87.11% from 255 or 48.90% from 454); Max value from RGB is 222 - color contains mainly: blue. Hex color #6E7ADE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E7ADE is #918521. Grayscale: #818181. Windows color (decimal): -9536802 or 14580334. OLE color: 14580334.
HSL color Cylindrical-coordinate representation of color #6E7ADE: hue angle of 233.57º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6E7ADE is Cyan = 0.50, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 110 | 122 | 222 | - |
| CMYK | 0.50 | 0.45 | 0 | 0.13 |
| HSL | 233.57º | 0.63% | 0.65% | - |
| HSV(B) | 233.57º | 0.5% | 0.87% | - |
| XYZ | 26.57 | 22.51 | 72.05 | - |
| YUV | 129.81 | 180.02 | 113.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 122 | 222 | 0.50 | 0.45 | 0 | 0.13 | 233.57 | 0.63 | 0.65 |
| Hex | 6E | 7A | DE | 32 | 2D | 0 | D | EA | 3F | 41 |
| Octal | 156 | 172 | 336 | 62 | 55 | 0 | 15 | 352 | 77 | 101 |
| Binary | 1101110 | 1111010 | 11011110 | 110010 | 101101 | 0 | 1101 | 11101010 | 111111 | 1000001 |
Color Harmonies of #6E7ADE
Complementary color
Monochromatic Colors of #6E7ADE
Black with #6E7ADE
Text Example
Text Example
White with #6E7ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E7ADE; }
p { color: rgb(110,122,222); }
H1.HeaderClassName
{
color: #6E7ADE;
}
.AnyTagClassName
{
color: #6E7ADE;
}
</style>
background-color css
<style>
a { background-color: #6E7ADE; }
a { background-color: rgb(110,122,222); }
div.DivClassName
{
background-color: #6E7ADE;
}
.BgClassName
{
background-color: #6E7ADE;
}
</style>
border-color css
<style>
span { border-color: #6E7ADE; }
span { border-color: rgb(110,122,222); }
td.TdClassName
{
border-color: #6E7ADE;
}
.TagClassName
{
border-color: #6E7ADE;
}
</style>