Shades of Slate Blue #6D4EDB
Tints of Slate Blue #6D4EDB
RGB
CMYK
RGB Variations
Color information
#6D4EDB (or 0x6D4EDB) is known color: Slate Blue. HEX triplet: 6D, 4E and DB. RGB value is (109,78,219). Sum of RGB (Red+Green+Blue) = 109+78+219=406 (53% of max value = 765). Red value is 109 (42.97% from 255 or 26.85% from 406); Green value is 78 (30.86% from 255 or 19.21% from 406); Blue value is 219 (85.94% from 255 or 53.94% from 406); Max value from RGB is 219 - color contains mainly: blue. Hex color #6D4EDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D4EDB is #92B124. Grayscale: #666666. Windows color (decimal): -9613605 or 14372461. OLE color: 14372461.
HSL color Cylindrical-coordinate representation of color #6D4EDB: hue angle of 253.19º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6D4EDB is Cyan = 0.50, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 109 | 78 | 219 | - |
| CMYK | 0.50 | 0.64 | 0 | 0.14 |
| HSL | 253.19º | 0.66% | 0.58% | - |
| HSV(B) | 253.19º | 0.64% | 0.86% | - |
| XYZ | 21.82 | 13.81 | 68.53 | - |
| YUV | 103.34 | 193.27 | 132.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 78 | 219 | 0.50 | 0.64 | 0 | 0.14 | 253.19 | 0.66 | 0.58 |
| Hex | 6D | 4E | DB | 32 | 40 | 0 | E | FD | 42 | 3A |
| Octal | 155 | 116 | 333 | 62 | 100 | 0 | 16 | 375 | 102 | 72 |
| Binary | 1101101 | 1001110 | 11011011 | 110010 | 1000000 | 0 | 1110 | 11111101 | 1000010 | 111010 |
Color Harmonies of #6D4EDB
Complementary color
Monochromatic Colors of #6D4EDB
Black with #6D4EDB
Text Example
Text Example
White with #6D4EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4EDB; }
p { color: rgb(109,78,219); }
H1.HeaderClassName
{
color: #6D4EDB;
}
.AnyTagClassName
{
color: #6D4EDB;
}
</style>
background-color css
<style>
a { background-color: #6D4EDB; }
a { background-color: rgb(109,78,219); }
div.DivClassName
{
background-color: #6D4EDB;
}
.BgClassName
{
background-color: #6D4EDB;
}
</style>
border-color css
<style>
span { border-color: #6D4EDB; }
span { border-color: rgb(109,78,219); }
td.TdClassName
{
border-color: #6D4EDB;
}
.TagClassName
{
border-color: #6D4EDB;
}
</style>