Shades of Medium Slate Blue #6D4AEC
Tints of Medium Slate Blue #6D4AEC
RGB
CMYK
RGB Variations
Color information
#6D4AEC (or 0x6D4AEC) is known color: Medium Slate Blue. HEX triplet: 6D, 4A and EC. RGB value is (109,74,236). Sum of RGB (Red+Green+Blue) = 109+74+236=419 (55% of max value = 765). Red value is 109 (42.97% from 255 or 26.01% from 419); Green value is 74 (29.30% from 255 or 17.66% from 419); Blue value is 236 (92.58% from 255 or 56.32% from 419); Max value from RGB is 236 - color contains mainly: blue. Hex color #6D4AEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6D4AEC is #92B513. Grayscale: #666666. Windows color (decimal): -9614612 or 15485549. OLE color: 15485549.
HSL color Cylindrical-coordinate representation of color #6D4AEC: hue angle of 252.96º degrees, saturation: 0.81, 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 #6D4AEC is Cyan = 0.54, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 109 | 74 | 236 | - |
| CMYK | 0.54 | 0.69 | 0 | 0.07 |
| HSL | 252.96º | 0.81% | 0.61% | - |
| HSV(B) | 252.96º | 0.69% | 0.93% | - |
| XYZ | 23.9 | 14.2 | 80.84 | - |
| YUV | 102.93 | 203.1 | 132.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 74 | 236 | 0.54 | 0.69 | 0 | 0.07 | 252.96 | 0.81 | 0.61 |
| Hex | 6D | 4A | EC | 36 | 45 | 0 | 7 | FD | 51 | 3D |
| Octal | 155 | 112 | 354 | 66 | 105 | 0 | 7 | 375 | 121 | 75 |
| Binary | 1101101 | 1001010 | 11101100 | 110110 | 1000101 | 0 | 111 | 11111101 | 1010001 | 111101 |
Color Harmonies of #6D4AEC
Complementary color
Monochromatic Colors of #6D4AEC
Black with #6D4AEC
Text Example
Text Example
White with #6D4AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4AEC; }
p { color: rgb(109,74,236); }
H1.HeaderClassName
{
color: #6D4AEC;
}
.AnyTagClassName
{
color: #6D4AEC;
}
</style>
background-color css
<style>
a { background-color: #6D4AEC; }
a { background-color: rgb(109,74,236); }
div.DivClassName
{
background-color: #6D4AEC;
}
.BgClassName
{
background-color: #6D4AEC;
}
</style>
border-color css
<style>
span { border-color: #6D4AEC; }
span { border-color: rgb(109,74,236); }
td.TdClassName
{
border-color: #6D4AEC;
}
.TagClassName
{
border-color: #6D4AEC;
}
</style>