Shades of Slate Blue #6A4BDB
Tints of Slate Blue #6A4BDB
RGB
CMYK
RGB Variations
Color information
#6A4BDB (or 0x6A4BDB) is known color: Slate Blue. HEX triplet: 6A, 4B and DB. RGB value is (106,75,219). Sum of RGB (Red+Green+Blue) = 106+75+219=400 (52% of max value = 765). Red value is 106 (41.80% from 255 or 26.5% from 400); Green value is 75 (29.69% from 255 or 18.75% from 400); Blue value is 219 (85.94% from 255 or 54.75% from 400); Max value from RGB is 219 - color contains mainly: blue. Hex color #6A4BDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A4BDB is #95B424. Grayscale: #646464. Windows color (decimal): -9810981 or 14371690. OLE color: 14371690.
HSL color Cylindrical-coordinate representation of color #6A4BDB: hue angle of 252.92º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6A4BDB is Cyan = 0.52, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 106 | 75 | 219 | - |
| CMYK | 0.52 | 0.66 | 0 | 0.14 |
| HSL | 252.92º | 0.67% | 0.58% | - |
| HSV(B) | 252.92º | 0.66% | 0.86% | - |
| XYZ | 21.25 | 13.21 | 68.45 | - |
| YUV | 100.69 | 194.77 | 131.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 75 | 219 | 0.52 | 0.66 | 0 | 0.14 | 252.92 | 0.67 | 0.58 |
| Hex | 6A | 4B | DB | 34 | 42 | 0 | E | FD | 43 | 3A |
| Octal | 152 | 113 | 333 | 64 | 102 | 0 | 16 | 375 | 103 | 72 |
| Binary | 1101010 | 1001011 | 11011011 | 110100 | 1000010 | 0 | 1110 | 11111101 | 1000011 | 111010 |
Color Harmonies of #6A4BDB
Complementary color
Monochromatic Colors of #6A4BDB
Black with #6A4BDB
Text Example
Text Example
White with #6A4BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A4BDB; }
p { color: rgb(106,75,219); }
H1.HeaderClassName
{
color: #6A4BDB;
}
.AnyTagClassName
{
color: #6A4BDB;
}
</style>
background-color css
<style>
a { background-color: #6A4BDB; }
a { background-color: rgb(106,75,219); }
div.DivClassName
{
background-color: #6A4BDB;
}
.BgClassName
{
background-color: #6A4BDB;
}
</style>
border-color css
<style>
span { border-color: #6A4BDB; }
span { border-color: rgb(106,75,219); }
td.TdClassName
{
border-color: #6A4BDB;
}
.TagClassName
{
border-color: #6A4BDB;
}
</style>