Shades of Slate Blue #6A5FDB
Tints of Slate Blue #6A5FDB
RGB
CMYK
RGB Variations
Color information
#6A5FDB (or 0x6A5FDB) is known color: Slate Blue. HEX triplet: 6A, 5F and DB. RGB value is (106,95,219). Sum of RGB (Red+Green+Blue) = 106+95+219=420 (55% of max value = 765). Red value is 106 (41.80% from 255 or 25.24% from 420); Green value is 95 (37.5% from 255 or 22.62% from 420); Blue value is 219 (85.94% from 255 or 52.14% from 420); Max value from RGB is 219 - color contains mainly: blue. Hex color #6A5FDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A5FDB is #95A024. Grayscale: #6F6F6F. Windows color (decimal): -9805861 or 14376810. OLE color: 14376810.
HSL color Cylindrical-coordinate representation of color #6A5FDB: hue angle of 245.32º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6A5FDB is Cyan = 0.52, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 106 | 95 | 219 | - |
| CMYK | 0.52 | 0.57 | 0 | 0.14 |
| HSL | 245.32º | 0.63% | 0.62% | - |
| HSV(B) | 245.32º | 0.57% | 0.86% | - |
| XYZ | 22.82 | 16.36 | 68.97 | - |
| YUV | 112.43 | 188.14 | 123.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 95 | 219 | 0.52 | 0.57 | 0 | 0.14 | 245.32 | 0.63 | 0.62 |
| Hex | 6A | 5F | DB | 34 | 39 | 0 | E | F5 | 3F | 3E |
| Octal | 152 | 137 | 333 | 64 | 71 | 0 | 16 | 365 | 77 | 76 |
| Binary | 1101010 | 1011111 | 11011011 | 110100 | 111001 | 0 | 1110 | 11110101 | 111111 | 111110 |
Color Harmonies of #6A5FDB
Complementary color
Monochromatic Colors of #6A5FDB
Black with #6A5FDB
Text Example
Text Example
White with #6A5FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A5FDB; }
p { color: rgb(106,95,219); }
H1.HeaderClassName
{
color: #6A5FDB;
}
.AnyTagClassName
{
color: #6A5FDB;
}
</style>
background-color css
<style>
a { background-color: #6A5FDB; }
a { background-color: rgb(106,95,219); }
div.DivClassName
{
background-color: #6A5FDB;
}
.BgClassName
{
background-color: #6A5FDB;
}
</style>
border-color css
<style>
span { border-color: #6A5FDB; }
span { border-color: rgb(106,95,219); }
td.TdClassName
{
border-color: #6A5FDB;
}
.TagClassName
{
border-color: #6A5FDB;
}
</style>