Shades of Slate Blue #6A40DB
Tints of Slate Blue #6A40DB
RGB
CMYK
RGB Variations
Color information
#6A40DB (or 0x6A40DB) is known color: Slate Blue. HEX triplet: 6A, 40 and DB. RGB value is (106,64,219). Sum of RGB (Red+Green+Blue) = 106+64+219=389 (51% of max value = 765). Red value is 106 (41.80% from 255 or 27.25% from 389); Green value is 64 (25.39% from 255 or 16.45% from 389); Blue value is 219 (85.94% from 255 or 56.30% from 389); Max value from RGB is 219 - color contains mainly: blue. Hex color #6A40DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A40DB is #95BF24. Grayscale: #5D5D5D. Windows color (decimal): -9813797 or 14368874. OLE color: 14368874.
HSL color Cylindrical-coordinate representation of color #6A40DB: hue angle of 256.26º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6A40DB is Cyan = 0.52, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 106 | 64 | 219 | - |
| CMYK | 0.52 | 0.71 | 0 | 0.14 |
| HSL | 256.26º | 0.68% | 0.55% | - |
| HSV(B) | 256.26º | 0.71% | 0.86% | - |
| XYZ | 20.56 | 11.85 | 68.22 | - |
| YUV | 94.23 | 198.41 | 136.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 64 | 219 | 0.52 | 0.71 | 0 | 0.14 | 256.26 | 0.68 | 0.55 |
| Hex | 6A | 40 | DB | 34 | 47 | 0 | E | 100 | 44 | 37 |
| Octal | 152 | 100 | 333 | 64 | 107 | 0 | 16 | 400 | 104 | 67 |
| Binary | 1101010 | 1000000 | 11011011 | 110100 | 1000111 | 0 | 1110 | 100000000 | 1000100 | 110111 |
Color Harmonies of #6A40DB
Complementary color
Monochromatic Colors of #6A40DB
Black with #6A40DB
Text Example
Text Example
White with #6A40DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A40DB; }
p { color: rgb(106,64,219); }
H1.HeaderClassName
{
color: #6A40DB;
}
.AnyTagClassName
{
color: #6A40DB;
}
</style>
background-color css
<style>
a { background-color: #6A40DB; }
a { background-color: rgb(106,64,219); }
div.DivClassName
{
background-color: #6A40DB;
}
.BgClassName
{
background-color: #6A40DB;
}
</style>
border-color css
<style>
span { border-color: #6A40DB; }
span { border-color: rgb(106,64,219); }
td.TdClassName
{
border-color: #6A40DB;
}
.TagClassName
{
border-color: #6A40DB;
}
</style>