Shades of Medium Slate Blue #6F4AED
Tints of Medium Slate Blue #6F4AED
RGB
CMYK
RGB Variations
Color information
#6F4AED (or 0x6F4AED) is known color: Medium Slate Blue. HEX triplet: 6F, 4A and ED. RGB value is (111,74,237). Sum of RGB (Red+Green+Blue) = 111+74+237=422 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.30% from 422); Green value is 74 (29.30% from 255 or 17.54% from 422); Blue value is 237 (92.97% from 255 or 56.16% from 422); Max value from RGB is 237 - color contains mainly: blue. Hex color #6F4AED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6F4AED is #90B512. Grayscale: #676767. Windows color (decimal): -9483539 or 15551087. OLE color: 15551087.
HSL color Cylindrical-coordinate representation of color #6F4AED: hue angle of 253.62º 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 #6F4AED is Cyan = 0.53, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 111 | 74 | 237 | - |
| CMYK | 0.53 | 0.69 | 0 | 0.07 |
| HSL | 253.62º | 0.82% | 0.61% | - |
| HSV(B) | 253.62º | 0.69% | 0.93% | - |
| XYZ | 24.29 | 14.39 | 81.62 | - |
| YUV | 103.65 | 203.26 | 133.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 74 | 237 | 0.53 | 0.69 | 0 | 0.07 | 253.62 | 0.82 | 0.61 |
| Hex | 6F | 4A | ED | 35 | 45 | 0 | 7 | FE | 52 | 3D |
| Octal | 157 | 112 | 355 | 65 | 105 | 0 | 7 | 376 | 122 | 75 |
| Binary | 1101111 | 1001010 | 11101101 | 110101 | 1000101 | 0 | 111 | 11111110 | 1010010 | 111101 |
Color Harmonies of #6F4AED
Complementary color
Monochromatic Colors of #6F4AED
Black with #6F4AED
Text Example
Text Example
White with #6F4AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4AED; }
p { color: rgb(111,74,237); }
H1.HeaderClassName
{
color: #6F4AED;
}
.AnyTagClassName
{
color: #6F4AED;
}
</style>
background-color css
<style>
a { background-color: #6F4AED; }
a { background-color: rgb(111,74,237); }
div.DivClassName
{
background-color: #6F4AED;
}
.BgClassName
{
background-color: #6F4AED;
}
</style>
border-color css
<style>
span { border-color: #6F4AED; }
span { border-color: rgb(111,74,237); }
td.TdClassName
{
border-color: #6F4AED;
}
.TagClassName
{
border-color: #6F4AED;
}
</style>