Shades of Slate Blue #6A56DB
Tints of Slate Blue #6A56DB
RGB
CMYK
RGB Variations
Color information
#6A56DB (or 0x6A56DB) is known color: Slate Blue. HEX triplet: 6A, 56 and DB. RGB value is (106,86,219). Sum of RGB (Red+Green+Blue) = 106+86+219=411 (54% of max value = 765). Red value is 106 (41.80% from 255 or 25.79% from 411); Green value is 86 (33.98% from 255 or 20.92% from 411); Blue value is 219 (85.94% from 255 or 53.28% from 411); Max value from RGB is 219 - color contains mainly: blue. Hex color #6A56DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A56DB is #95A924. Grayscale: #6A6A6A. Windows color (decimal): -9808165 or 14374506. OLE color: 14374506.
HSL color Cylindrical-coordinate representation of color #6A56DB: hue angle of 249.02º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6A56DB is Cyan = 0.52, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 106 | 86 | 219 | - |
| CMYK | 0.52 | 0.61 | 0 | 0.14 |
| HSL | 249.02º | 0.65% | 0.6% | - |
| HSV(B) | 249.02º | 0.61% | 0.86% | - |
| XYZ | 22.06 | 14.83 | 68.72 | - |
| YUV | 107.14 | 191.13 | 127.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 86 | 219 | 0.52 | 0.61 | 0 | 0.14 | 249.02 | 0.65 | 0.6 |
| Hex | 6A | 56 | DB | 34 | 3D | 0 | E | F9 | 41 | 3C |
| Octal | 152 | 126 | 333 | 64 | 75 | 0 | 16 | 371 | 101 | 74 |
| Binary | 1101010 | 1010110 | 11011011 | 110100 | 111101 | 0 | 1110 | 11111001 | 1000001 | 111100 |
Color Harmonies of #6A56DB
Complementary color
Monochromatic Colors of #6A56DB
Black with #6A56DB
Text Example
Text Example
White with #6A56DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A56DB; }
p { color: rgb(106,86,219); }
H1.HeaderClassName
{
color: #6A56DB;
}
.AnyTagClassName
{
color: #6A56DB;
}
</style>
background-color css
<style>
a { background-color: #6A56DB; }
a { background-color: rgb(106,86,219); }
div.DivClassName
{
background-color: #6A56DB;
}
.BgClassName
{
background-color: #6A56DB;
}
</style>
border-color css
<style>
span { border-color: #6A56DB; }
span { border-color: rgb(106,86,219); }
td.TdClassName
{
border-color: #6A56DB;
}
.TagClassName
{
border-color: #6A56DB;
}
</style>