Shades of Slate Blue #6457DB
Tints of Slate Blue #6457DB
RGB
CMYK
RGB Variations
Color information
#6457DB (or 0x6457DB) is known color: Slate Blue. HEX triplet: 64, 57 and DB. RGB value is (100,87,219). Sum of RGB (Red+Green+Blue) = 100+87+219=406 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.63% from 406); Green value is 87 (34.38% from 255 or 21.43% from 406); Blue value is 219 (85.94% from 255 or 53.94% from 406); Max value from RGB is 219 - color contains mainly: blue. Hex color #6457DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6457DB is #9BA824. Grayscale: #696969. Windows color (decimal): -10201125 or 14374756. OLE color: 14374756.
HSL color Cylindrical-coordinate representation of color #6457DB: hue angle of 245.91º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6457DB is Cyan = 0.54, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 100 | 87 | 219 | - |
| CMYK | 0.54 | 0.60 | 0 | 0.14 |
| HSL | 245.91º | 0.65% | 0.6% | - |
| HSV(B) | 245.91º | 0.6% | 0.86% | - |
| XYZ | 21.45 | 14.64 | 68.71 | - |
| YUV | 105.94 | 191.81 | 123.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 87 | 219 | 0.54 | 0.60 | 0 | 0.14 | 245.91 | 0.65 | 0.6 |
| Hex | 64 | 57 | DB | 36 | 3C | 0 | E | F6 | 41 | 3C |
| Octal | 144 | 127 | 333 | 66 | 74 | 0 | 16 | 366 | 101 | 74 |
| Binary | 1100100 | 1010111 | 11011011 | 110110 | 111100 | 0 | 1110 | 11110110 | 1000001 | 111100 |
Color Harmonies of #6457DB
Complementary color
Monochromatic Colors of #6457DB
Black with #6457DB
Text Example
Text Example
White with #6457DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6457DB; }
p { color: rgb(100,87,219); }
H1.HeaderClassName
{
color: #6457DB;
}
.AnyTagClassName
{
color: #6457DB;
}
</style>
background-color css
<style>
a { background-color: #6457DB; }
a { background-color: rgb(100,87,219); }
div.DivClassName
{
background-color: #6457DB;
}
.BgClassName
{
background-color: #6457DB;
}
</style>
border-color css
<style>
span { border-color: #6457DB; }
span { border-color: rgb(100,87,219); }
td.TdClassName
{
border-color: #6457DB;
}
.TagClassName
{
border-color: #6457DB;
}
</style>