Shades of Slate Blue #6A4EDB
Tints of Slate Blue #6A4EDB
RGB
CMYK
RGB Variations
Color information
#6A4EDB (or 0x6A4EDB) is known color: Slate Blue. HEX triplet: 6A, 4E and DB. RGB value is (106,78,219). Sum of RGB (Red+Green+Blue) = 106+78+219=403 (53% of max value = 765). Red value is 106 (41.80% from 255 or 26.30% from 403); Green value is 78 (30.86% from 255 or 19.35% from 403); Blue value is 219 (85.94% from 255 or 54.34% from 403); Max value from RGB is 219 - color contains mainly: blue. Hex color #6A4EDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A4EDB is #95B124. Grayscale: #656565. Windows color (decimal): -9810213 or 14372458. OLE color: 14372458.
HSL color Cylindrical-coordinate representation of color #6A4EDB: hue angle of 251.91º 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 #6A4EDB is Cyan = 0.52, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 106 | 78 | 219 | - |
| CMYK | 0.52 | 0.64 | 0 | 0.14 |
| HSL | 251.91º | 0.66% | 0.58% | - |
| HSV(B) | 251.91º | 0.64% | 0.86% | - |
| XYZ | 21.45 | 13.63 | 68.52 | - |
| YUV | 102.45 | 193.78 | 130.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 78 | 219 | 0.52 | 0.64 | 0 | 0.14 | 251.91 | 0.66 | 0.58 |
| Hex | 6A | 4E | DB | 34 | 40 | 0 | E | FC | 42 | 3A |
| Octal | 152 | 116 | 333 | 64 | 100 | 0 | 16 | 374 | 102 | 72 |
| Binary | 1101010 | 1001110 | 11011011 | 110100 | 1000000 | 0 | 1110 | 11111100 | 1000010 | 111010 |
Color Harmonies of #6A4EDB
Complementary color
Monochromatic Colors of #6A4EDB
Black with #6A4EDB
Text Example
Text Example
White with #6A4EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A4EDB; }
p { color: rgb(106,78,219); }
H1.HeaderClassName
{
color: #6A4EDB;
}
.AnyTagClassName
{
color: #6A4EDB;
}
</style>
background-color css
<style>
a { background-color: #6A4EDB; }
a { background-color: rgb(106,78,219); }
div.DivClassName
{
background-color: #6A4EDB;
}
.BgClassName
{
background-color: #6A4EDB;
}
</style>
border-color css
<style>
span { border-color: #6A4EDB; }
span { border-color: rgb(106,78,219); }
td.TdClassName
{
border-color: #6A4EDB;
}
.TagClassName
{
border-color: #6A4EDB;
}
</style>