Shades of Slate Blue #6459D8
Tints of Slate Blue #6459D8
RGB
CMYK
RGB Variations
Color information
#6459D8 (or 0x6459D8) is known color: Slate Blue. HEX triplet: 64, 59 and D8. RGB value is (100,89,216). Sum of RGB (Red+Green+Blue) = 100+89+216=405 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.69% from 405); Green value is 89 (35.16% from 255 or 21.98% from 405); Blue value is 216 (84.77% from 255 or 53.33% from 405); Max value from RGB is 216 - color contains mainly: blue. Hex color #6459D8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6459D8 is #9BA627. Grayscale: #6A6A6A. Windows color (decimal): -10200616 or 14178660. OLE color: 14178660.
HSL color Cylindrical-coordinate representation of color #6459D8: hue angle of 245.2º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6459D8 is Cyan = 0.54, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 100 | 89 | 216 | - |
| CMYK | 0.54 | 0.59 | 0 | 0.15 |
| HSL | 245.2º | 0.62% | 0.6% | - |
| HSV(B) | 245.2º | 0.59% | 0.85% | - |
| XYZ | 21.22 | 14.81 | 66.71 | - |
| YUV | 106.77 | 189.64 | 123.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 89 | 216 | 0.54 | 0.59 | 0 | 0.15 | 245.2 | 0.62 | 0.6 |
| Hex | 64 | 59 | D8 | 36 | 3B | 0 | F | F5 | 3E | 3C |
| Octal | 144 | 131 | 330 | 66 | 73 | 0 | 17 | 365 | 76 | 74 |
| Binary | 1100100 | 1011001 | 11011000 | 110110 | 111011 | 0 | 1111 | 11110101 | 111110 | 111100 |
Color Harmonies of #6459D8
Complementary color
Monochromatic Colors of #6459D8
Black with #6459D8
Text Example
Text Example
White with #6459D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6459D8; }
p { color: rgb(100,89,216); }
H1.HeaderClassName
{
color: #6459D8;
}
.AnyTagClassName
{
color: #6459D8;
}
</style>
background-color css
<style>
a { background-color: #6459D8; }
a { background-color: rgb(100,89,216); }
div.DivClassName
{
background-color: #6459D8;
}
.BgClassName
{
background-color: #6459D8;
}
</style>
border-color css
<style>
span { border-color: #6459D8; }
span { border-color: rgb(100,89,216); }
td.TdClassName
{
border-color: #6459D8;
}
.TagClassName
{
border-color: #6459D8;
}
</style>