Shades of Slate Blue #6A4ADB
Tints of Slate Blue #6A4ADB
RGB
CMYK
RGB Variations
Color information
#6A4ADB (or 0x6A4ADB) is known color: Slate Blue. HEX triplet: 6A, 4A and DB. RGB value is (106,74,219). Sum of RGB (Red+Green+Blue) = 106+74+219=399 (52% of max value = 765). Red value is 106 (41.80% from 255 or 26.57% from 399); Green value is 74 (29.30% from 255 or 18.55% from 399); Blue value is 219 (85.94% from 255 or 54.89% from 399); Max value from RGB is 219 - color contains mainly: blue. Hex color #6A4ADB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A4ADB is #95B524. Grayscale: #636363. Windows color (decimal): -9811237 or 14371434. OLE color: 14371434.
HSL color Cylindrical-coordinate representation of color #6A4ADB: hue angle of 253.24º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6A4ADB is Cyan = 0.52, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 106 | 74 | 219 | - |
| CMYK | 0.52 | 0.66 | 0 | 0.14 |
| HSL | 253.24º | 0.67% | 0.57% | - |
| HSV(B) | 253.24º | 0.66% | 0.86% | - |
| XYZ | 21.18 | 13.08 | 68.43 | - |
| YUV | 100.1 | 195.1 | 132.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 74 | 219 | 0.52 | 0.66 | 0 | 0.14 | 253.24 | 0.67 | 0.57 |
| Hex | 6A | 4A | DB | 34 | 42 | 0 | E | FD | 43 | 39 |
| Octal | 152 | 112 | 333 | 64 | 102 | 0 | 16 | 375 | 103 | 71 |
| Binary | 1101010 | 1001010 | 11011011 | 110100 | 1000010 | 0 | 1110 | 11111101 | 1000011 | 111001 |
Color Harmonies of #6A4ADB
Complementary color
Monochromatic Colors of #6A4ADB
Black with #6A4ADB
Text Example
Text Example
White with #6A4ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A4ADB; }
p { color: rgb(106,74,219); }
H1.HeaderClassName
{
color: #6A4ADB;
}
.AnyTagClassName
{
color: #6A4ADB;
}
</style>
background-color css
<style>
a { background-color: #6A4ADB; }
a { background-color: rgb(106,74,219); }
div.DivClassName
{
background-color: #6A4ADB;
}
.BgClassName
{
background-color: #6A4ADB;
}
</style>
border-color css
<style>
span { border-color: #6A4ADB; }
span { border-color: rgb(106,74,219); }
td.TdClassName
{
border-color: #6A4ADB;
}
.TagClassName
{
border-color: #6A4ADB;
}
</style>