Shades of Medium Slate Blue #6A4EED
Tints of Medium Slate Blue #6A4EED
RGB
CMYK
RGB Variations
Color information
#6A4EED (or 0x6A4EED) is known color: Medium Slate Blue. HEX triplet: 6A, 4E and ED. RGB value is (106,78,237). Sum of RGB (Red+Green+Blue) = 106+78+237=421 (55% of max value = 765). Red value is 106 (41.80% from 255 or 25.18% from 421); Green value is 78 (30.86% from 255 or 18.53% from 421); Blue value is 237 (92.97% from 255 or 56.29% from 421); Max value from RGB is 237 - color contains mainly: blue. Hex color #6A4EED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6A4EED is #95B112. Grayscale: #676767. Windows color (decimal): -9810195 or 15552106. OLE color: 15552106.
HSL color Cylindrical-coordinate representation of color #6A4EED: hue angle of 250.57º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6A4EED is Cyan = 0.55, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 106 | 78 | 237 | - |
| CMYK | 0.55 | 0.67 | 0 | 0.07 |
| HSL | 250.57º | 0.82% | 0.62% | - |
| HSV(B) | 250.57º | 0.67% | 0.93% | - |
| XYZ | 23.95 | 14.63 | 81.68 | - |
| YUV | 104.5 | 202.78 | 129.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 78 | 237 | 0.55 | 0.67 | 0 | 0.07 | 250.57 | 0.82 | 0.62 |
| Hex | 6A | 4E | ED | 37 | 43 | 0 | 7 | FB | 52 | 3E |
| Octal | 152 | 116 | 355 | 67 | 103 | 0 | 7 | 373 | 122 | 76 |
| Binary | 1101010 | 1001110 | 11101101 | 110111 | 1000011 | 0 | 111 | 11111011 | 1010010 | 111110 |
Color Harmonies of #6A4EED
Complementary color
Monochromatic Colors of #6A4EED
Black with #6A4EED
Text Example
Text Example
White with #6A4EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A4EED; }
p { color: rgb(106,78,237); }
H1.HeaderClassName
{
color: #6A4EED;
}
.AnyTagClassName
{
color: #6A4EED;
}
</style>
background-color css
<style>
a { background-color: #6A4EED; }
a { background-color: rgb(106,78,237); }
div.DivClassName
{
background-color: #6A4EED;
}
.BgClassName
{
background-color: #6A4EED;
}
</style>
border-color css
<style>
span { border-color: #6A4EED; }
span { border-color: rgb(106,78,237); }
td.TdClassName
{
border-color: #6A4EED;
}
.TagClassName
{
border-color: #6A4EED;
}
</style>