Shades of Slate Blue #6456DE
Tints of Slate Blue #6456DE
RGB
CMYK
RGB Variations
Color information
#6456DE (or 0x6456DE) is known color: Slate Blue. HEX triplet: 64, 56 and DE. RGB value is (100,86,222). Sum of RGB (Red+Green+Blue) = 100+86+222=408 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.51% from 408); Green value is 86 (33.98% from 255 or 21.08% from 408); Blue value is 222 (87.11% from 255 or 54.41% from 408); Max value from RGB is 222 - color contains mainly: blue. Hex color #6456DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6456DE is #9BA921. Grayscale: #696969. Windows color (decimal): -10201378 or 14571108. OLE color: 14571108.
HSL color Cylindrical-coordinate representation of color #6456DE: hue angle of 246.18º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6456DE is Cyan = 0.55, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 100 | 86 | 222 | - |
| CMYK | 0.55 | 0.61 | 0 | 0.13 |
| HSL | 246.18º | 0.67% | 0.6% | - |
| HSV(B) | 246.18º | 0.61% | 0.87% | - |
| XYZ | 21.77 | 14.64 | 70.79 | - |
| YUV | 105.69 | 193.64 | 123.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 86 | 222 | 0.55 | 0.61 | 0 | 0.13 | 246.18 | 0.67 | 0.6 |
| Hex | 64 | 56 | DE | 37 | 3D | 0 | D | F6 | 43 | 3C |
| Octal | 144 | 126 | 336 | 67 | 75 | 0 | 15 | 366 | 103 | 74 |
| Binary | 1100100 | 1010110 | 11011110 | 110111 | 111101 | 0 | 1101 | 11110110 | 1000011 | 111100 |
Color Harmonies of #6456DE
Complementary color
Monochromatic Colors of #6456DE
Black with #6456DE
Text Example
Text Example
White with #6456DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6456DE; }
p { color: rgb(100,86,222); }
H1.HeaderClassName
{
color: #6456DE;
}
.AnyTagClassName
{
color: #6456DE;
}
</style>
background-color css
<style>
a { background-color: #6456DE; }
a { background-color: rgb(100,86,222); }
div.DivClassName
{
background-color: #6456DE;
}
.BgClassName
{
background-color: #6456DE;
}
</style>
border-color css
<style>
span { border-color: #6456DE; }
span { border-color: rgb(100,86,222); }
td.TdClassName
{
border-color: #6456DE;
}
.TagClassName
{
border-color: #6456DE;
}
</style>