Shades of Slate Blue #6456DB
Tints of Slate Blue #6456DB
RGB
CMYK
RGB Variations
Color information
#6456DB (or 0x6456DB) is known color: Slate Blue. HEX triplet: 64, 56 and DB. RGB value is (100,86,219). Sum of RGB (Red+Green+Blue) = 100+86+219=405 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.69% from 405); Green value is 86 (33.98% from 255 or 21.23% from 405); Blue value is 219 (85.94% from 255 or 54.07% from 405); Max value from RGB is 219 - color contains mainly: blue. Hex color #6456DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6456DB is #9BA924. Grayscale: #686868. Windows color (decimal): -10201381 or 14374500. OLE color: 14374500.
HSL color Cylindrical-coordinate representation of color #6456DB: hue angle of 246.32º 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 #6456DB is Cyan = 0.54, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 100 | 86 | 219 | - |
| CMYK | 0.54 | 0.61 | 0 | 0.14 |
| HSL | 246.32º | 0.65% | 0.6% | - |
| HSV(B) | 246.32º | 0.61% | 0.86% | - |
| XYZ | 21.37 | 14.48 | 68.69 | - |
| YUV | 105.35 | 192.14 | 124.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 86 | 219 | 0.54 | 0.61 | 0 | 0.14 | 246.32 | 0.65 | 0.6 |
| Hex | 64 | 56 | DB | 36 | 3D | 0 | E | F6 | 41 | 3C |
| Octal | 144 | 126 | 333 | 66 | 75 | 0 | 16 | 366 | 101 | 74 |
| Binary | 1100100 | 1010110 | 11011011 | 110110 | 111101 | 0 | 1110 | 11110110 | 1000001 | 111100 |
Color Harmonies of #6456DB
Complementary color
Monochromatic Colors of #6456DB
Black with #6456DB
Text Example
Text Example
White with #6456DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6456DB; }
p { color: rgb(100,86,219); }
H1.HeaderClassName
{
color: #6456DB;
}
.AnyTagClassName
{
color: #6456DB;
}
</style>
background-color css
<style>
a { background-color: #6456DB; }
a { background-color: rgb(100,86,219); }
div.DivClassName
{
background-color: #6456DB;
}
.BgClassName
{
background-color: #6456DB;
}
</style>
border-color css
<style>
span { border-color: #6456DB; }
span { border-color: rgb(100,86,219); }
td.TdClassName
{
border-color: #6456DB;
}
.TagClassName
{
border-color: #6456DB;
}
</style>