Shades of Slate Blue #6D4ED1
Tints of Slate Blue #6D4ED1
RGB
CMYK
RGB Variations
Color information
#6D4ED1 (or 0x6D4ED1) is known color: Slate Blue. HEX triplet: 6D, 4E and D1. RGB value is (109,78,209). Sum of RGB (Red+Green+Blue) = 109+78+209=396 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.53% from 396); Green value is 78 (30.86% from 255 or 19.70% from 396); Blue value is 209 (82.03% from 255 or 52.78% from 396); Max value from RGB is 209 - color contains mainly: blue. Hex color #6D4ED1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D4ED1 is #92B12E. Grayscale: #656565. Windows color (decimal): -9613615 or 13717101. OLE color: 13717101.
HSL color Cylindrical-coordinate representation of color #6D4ED1: hue angle of 254.2º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6D4ED1 is Cyan = 0.48, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 109 | 78 | 209 | - |
| CMYK | 0.48 | 0.63 | 0 | 0.18 |
| HSL | 254.2º | 0.59% | 0.56% | - |
| HSV(B) | 254.2º | 0.63% | 0.82% | - |
| XYZ | 20.54 | 13.3 | 61.81 | - |
| YUV | 102.2 | 188.27 | 132.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 78 | 209 | 0.48 | 0.63 | 0 | 0.18 | 254.2 | 0.59 | 0.56 |
| Hex | 6D | 4E | D1 | 30 | 3F | 0 | 12 | FE | 3B | 38 |
| Octal | 155 | 116 | 321 | 60 | 77 | 0 | 22 | 376 | 73 | 70 |
| Binary | 1101101 | 1001110 | 11010001 | 110000 | 111111 | 0 | 10010 | 11111110 | 111011 | 111000 |
Color Harmonies of #6D4ED1
Complementary color
Monochromatic Colors of #6D4ED1
Black with #6D4ED1
Text Example
Text Example
White with #6D4ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4ED1; }
p { color: rgb(109,78,209); }
H1.HeaderClassName
{
color: #6D4ED1;
}
.AnyTagClassName
{
color: #6D4ED1;
}
</style>
background-color css
<style>
a { background-color: #6D4ED1; }
a { background-color: rgb(109,78,209); }
div.DivClassName
{
background-color: #6D4ED1;
}
.BgClassName
{
background-color: #6D4ED1;
}
</style>
border-color css
<style>
span { border-color: #6D4ED1; }
span { border-color: rgb(109,78,209); }
td.TdClassName
{
border-color: #6D4ED1;
}
.TagClassName
{
border-color: #6D4ED1;
}
</style>