Shades of Slate Blue #6456D9
Tints of Slate Blue #6456D9
RGB
CMYK
RGB Variations
Color information
#6456D9 (or 0x6456D9) is known color: Slate Blue. HEX triplet: 64, 56 and D9. RGB value is (100,86,217). Sum of RGB (Red+Green+Blue) = 100+86+217=403 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.81% from 403); Green value is 86 (33.98% from 255 or 21.34% from 403); Blue value is 217 (85.16% from 255 or 53.85% from 403); Max value from RGB is 217 - color contains mainly: blue. Hex color #6456D9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6456D9 is #9BA926. Grayscale: #686868. Windows color (decimal): -10201383 or 14243428. OLE color: 14243428.
HSL color Cylindrical-coordinate representation of color #6456D9: hue angle of 246.41º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6456D9 is Cyan = 0.54, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 100 | 86 | 217 | - |
| CMYK | 0.54 | 0.60 | 0 | 0.15 |
| HSL | 246.41º | 0.63% | 0.59% | - |
| HSV(B) | 246.41º | 0.6% | 0.85% | - |
| XYZ | 21.11 | 14.37 | 67.31 | - |
| YUV | 105.12 | 191.14 | 124.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 86 | 217 | 0.54 | 0.60 | 0 | 0.15 | 246.41 | 0.63 | 0.59 |
| Hex | 64 | 56 | D9 | 36 | 3C | 0 | F | F6 | 3F | 3B |
| Octal | 144 | 126 | 331 | 66 | 74 | 0 | 17 | 366 | 77 | 73 |
| Binary | 1100100 | 1010110 | 11011001 | 110110 | 111100 | 0 | 1111 | 11110110 | 111111 | 111011 |
Color Harmonies of #6456D9
Complementary color
Monochromatic Colors of #6456D9
Black with #6456D9
Text Example
Text Example
White with #6456D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6456D9; }
p { color: rgb(100,86,217); }
H1.HeaderClassName
{
color: #6456D9;
}
.AnyTagClassName
{
color: #6456D9;
}
</style>
background-color css
<style>
a { background-color: #6456D9; }
a { background-color: rgb(100,86,217); }
div.DivClassName
{
background-color: #6456D9;
}
.BgClassName
{
background-color: #6456D9;
}
</style>
border-color css
<style>
span { border-color: #6456D9; }
span { border-color: rgb(100,86,217); }
td.TdClassName
{
border-color: #6456D9;
}
.TagClassName
{
border-color: #6456D9;
}
</style>