Shades of Medium Slate Blue #6E4AF2
Tints of Medium Slate Blue #6E4AF2
RGB
CMYK
RGB Variations
Color information
#6E4AF2 (or 0x6E4AF2) is known color: Medium Slate Blue. HEX triplet: 6E, 4A and F2. RGB value is (110,74,242). Sum of RGB (Red+Green+Blue) = 110+74+242=426 (56% of max value = 765). Red value is 110 (43.36% from 255 or 25.82% from 426); Green value is 74 (29.30% from 255 or 17.37% from 426); Blue value is 242 (94.92% from 255 or 56.81% from 426); Max value from RGB is 242 - color contains mainly: blue. Hex color #6E4AF2 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6E4AF2 is #91B50D. Grayscale: #676767. Windows color (decimal): -9549070 or 15878766. OLE color: 15878766.
HSL color Cylindrical-coordinate representation of color #6E4AF2: hue angle of 252.86º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6E4AF2 is Cyan = 0.55, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 110 | 74 | 242 | - |
| CMYK | 0.55 | 0.69 | 0 | 0.05 |
| HSL | 252.86º | 0.87% | 0.62% | - |
| HSV(B) | 252.86º | 0.69% | 0.95% | - |
| XYZ | 24.91 | 14.62 | 85.51 | - |
| YUV | 103.92 | 205.93 | 132.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 74 | 242 | 0.55 | 0.69 | 0 | 0.05 | 252.86 | 0.87 | 0.62 |
| Hex | 6E | 4A | F2 | 37 | 45 | 0 | 5 | FD | 57 | 3E |
| Octal | 156 | 112 | 362 | 67 | 105 | 0 | 5 | 375 | 127 | 76 |
| Binary | 1101110 | 1001010 | 11110010 | 110111 | 1000101 | 0 | 101 | 11111101 | 1010111 | 111110 |
Color Harmonies of #6E4AF2
Complementary color
Monochromatic Colors of #6E4AF2
Black with #6E4AF2
Text Example
Text Example
White with #6E4AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E4AF2; }
p { color: rgb(110,74,242); }
H1.HeaderClassName
{
color: #6E4AF2;
}
.AnyTagClassName
{
color: #6E4AF2;
}
</style>
background-color css
<style>
a { background-color: #6E4AF2; }
a { background-color: rgb(110,74,242); }
div.DivClassName
{
background-color: #6E4AF2;
}
.BgClassName
{
background-color: #6E4AF2;
}
</style>
border-color css
<style>
span { border-color: #6E4AF2; }
span { border-color: rgb(110,74,242); }
td.TdClassName
{
border-color: #6E4AF2;
}
.TagClassName
{
border-color: #6E4AF2;
}
</style>