Shades of Slate Blue #6D4ED4
Tints of Slate Blue #6D4ED4
RGB
CMYK
RGB Variations
Color information
#6D4ED4 (or 0x6D4ED4) is known color: Slate Blue. HEX triplet: 6D, 4E and D4. RGB value is (109,78,212). Sum of RGB (Red+Green+Blue) = 109+78+212=399 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.32% from 399); Green value is 78 (30.86% from 255 or 19.55% from 399); Blue value is 212 (83.20% from 255 or 53.13% from 399); Max value from RGB is 212 - color contains mainly: blue. Hex color #6D4ED4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D4ED4 is #92B12B. Grayscale: #666666. Windows color (decimal): -9613612 or 13913709. OLE color: 13913709.
HSL color Cylindrical-coordinate representation of color #6D4ED4: hue angle of 253.88º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6D4ED4 is Cyan = 0.49, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 109 | 78 | 212 | - |
| CMYK | 0.49 | 0.63 | 0 | 0.17 |
| HSL | 253.88º | 0.61% | 0.57% | - |
| HSV(B) | 253.88º | 0.63% | 0.83% | - |
| XYZ | 20.91 | 13.45 | 63.78 | - |
| YUV | 102.55 | 189.77 | 132.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 78 | 212 | 0.49 | 0.63 | 0 | 0.17 | 253.88 | 0.61 | 0.57 |
| Hex | 6D | 4E | D4 | 31 | 3F | 0 | 11 | FE | 3D | 39 |
| Octal | 155 | 116 | 324 | 61 | 77 | 0 | 21 | 376 | 75 | 71 |
| Binary | 1101101 | 1001110 | 11010100 | 110001 | 111111 | 0 | 10001 | 11111110 | 111101 | 111001 |
Color Harmonies of #6D4ED4
Complementary color
Monochromatic Colors of #6D4ED4
Black with #6D4ED4
Text Example
Text Example
White with #6D4ED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4ED4; }
p { color: rgb(109,78,212); }
H1.HeaderClassName
{
color: #6D4ED4;
}
.AnyTagClassName
{
color: #6D4ED4;
}
</style>
background-color css
<style>
a { background-color: #6D4ED4; }
a { background-color: rgb(109,78,212); }
div.DivClassName
{
background-color: #6D4ED4;
}
.BgClassName
{
background-color: #6D4ED4;
}
</style>
border-color css
<style>
span { border-color: #6D4ED4; }
span { border-color: rgb(109,78,212); }
td.TdClassName
{
border-color: #6D4ED4;
}
.TagClassName
{
border-color: #6D4ED4;
}
</style>