Shades of Medium Slate Blue #6A4AED
Tints of Medium Slate Blue #6A4AED
RGB
CMYK
RGB Variations
Color information
#6A4AED (or 0x6A4AED) is known color: Medium Slate Blue. HEX triplet: 6A, 4A and ED. RGB value is (106,74,237). Sum of RGB (Red+Green+Blue) = 106+74+237=417 (55% of max value = 765). Red value is 106 (41.80% from 255 or 25.42% from 417); Green value is 74 (29.30% from 255 or 17.75% from 417); Blue value is 237 (92.97% from 255 or 56.83% from 417); Max value from RGB is 237 - color contains mainly: blue. Hex color #6A4AED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6A4AED is #95B512. Grayscale: #656565. Windows color (decimal): -9811219 or 15551082. OLE color: 15551082.
HSL color Cylindrical-coordinate representation of color #6A4AED: hue angle of 251.78º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6A4AED is Cyan = 0.55, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 106 | 74 | 237 | - |
| CMYK | 0.55 | 0.69 | 0 | 0.07 |
| HSL | 251.78º | 0.82% | 0.61% | - |
| HSV(B) | 251.78º | 0.69% | 0.93% | - |
| XYZ | 23.68 | 14.08 | 81.59 | - |
| YUV | 102.15 | 204.1 | 130.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 74 | 237 | 0.55 | 0.69 | 0 | 0.07 | 251.78 | 0.82 | 0.61 |
| Hex | 6A | 4A | ED | 37 | 45 | 0 | 7 | FC | 52 | 3D |
| Octal | 152 | 112 | 355 | 67 | 105 | 0 | 7 | 374 | 122 | 75 |
| Binary | 1101010 | 1001010 | 11101101 | 110111 | 1000101 | 0 | 111 | 11111100 | 1010010 | 111101 |
Color Harmonies of #6A4AED
Complementary color
Monochromatic Colors of #6A4AED
Black with #6A4AED
Text Example
Text Example
White with #6A4AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A4AED; }
p { color: rgb(106,74,237); }
H1.HeaderClassName
{
color: #6A4AED;
}
.AnyTagClassName
{
color: #6A4AED;
}
</style>
background-color css
<style>
a { background-color: #6A4AED; }
a { background-color: rgb(106,74,237); }
div.DivClassName
{
background-color: #6A4AED;
}
.BgClassName
{
background-color: #6A4AED;
}
</style>
border-color css
<style>
span { border-color: #6A4AED; }
span { border-color: rgb(106,74,237); }
td.TdClassName
{
border-color: #6A4AED;
}
.TagClassName
{
border-color: #6A4AED;
}
</style>