Shades of Slate Blue #6454DB
Tints of Slate Blue #6454DB
RGB
CMYK
RGB Variations
Color information
#6454DB (or 0x6454DB) is known color: Slate Blue. HEX triplet: 64, 54 and DB. RGB value is (100,84,219). Sum of RGB (Red+Green+Blue) = 100+84+219=403 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.81% from 403); Green value is 84 (33.20% from 255 or 20.84% from 403); Blue value is 219 (85.94% from 255 or 54.34% from 403); Max value from RGB is 219 - color contains mainly: blue. Hex color #6454DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6454DB is #9BAB24. Grayscale: #676767. Windows color (decimal): -10201893 or 14373988. OLE color: 14373988.
HSL color Cylindrical-coordinate representation of color #6454DB: hue angle of 247.11º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6454DB is Cyan = 0.54, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 100 | 84 | 219 | - |
| CMYK | 0.54 | 0.62 | 0 | 0.14 |
| HSL | 247.11º | 0.65% | 0.59% | - |
| HSV(B) | 247.11º | 0.62% | 0.86% | - |
| XYZ | 21.21 | 14.16 | 68.63 | - |
| YUV | 104.17 | 192.8 | 125.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 84 | 219 | 0.54 | 0.62 | 0 | 0.14 | 247.11 | 0.65 | 0.59 |
| Hex | 64 | 54 | DB | 36 | 3E | 0 | E | F7 | 41 | 3B |
| Octal | 144 | 124 | 333 | 66 | 76 | 0 | 16 | 367 | 101 | 73 |
| Binary | 1100100 | 1010100 | 11011011 | 110110 | 111110 | 0 | 1110 | 11110111 | 1000001 | 111011 |
Color Harmonies of #6454DB
Complementary color
Monochromatic Colors of #6454DB
Black with #6454DB
Text Example
Text Example
White with #6454DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6454DB; }
p { color: rgb(100,84,219); }
H1.HeaderClassName
{
color: #6454DB;
}
.AnyTagClassName
{
color: #6454DB;
}
</style>
background-color css
<style>
a { background-color: #6454DB; }
a { background-color: rgb(100,84,219); }
div.DivClassName
{
background-color: #6454DB;
}
.BgClassName
{
background-color: #6454DB;
}
</style>
border-color css
<style>
span { border-color: #6454DB; }
span { border-color: rgb(100,84,219); }
td.TdClassName
{
border-color: #6454DB;
}
.TagClassName
{
border-color: #6454DB;
}
</style>