Shades of Medium Slate Blue #6456EF
Tints of Medium Slate Blue #6456EF
RGB
CMYK
RGB Variations
Color information
#6456EF (or 0x6456EF) is known color: Medium Slate Blue. HEX triplet: 64, 56 and EF. RGB value is (100,86,239). Sum of RGB (Red+Green+Blue) = 100+86+239=425 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.53% from 425); Green value is 86 (33.98% from 255 or 20.24% from 425); Blue value is 239 (93.75% from 255 or 56.24% from 425); Max value from RGB is 239 - color contains mainly: blue. Hex color #6456EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6456EF is #9BA910. Grayscale: #6B6B6B. Windows color (decimal): -10201361 or 15685220. OLE color: 15685220.
HSL color Cylindrical-coordinate representation of color #6456EF: hue angle of 245.49º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6456EF is Cyan = 0.58, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 100 | 86 | 239 | - |
| CMYK | 0.58 | 0.64 | 0 | 0.06 |
| HSL | 245.49º | 0.83% | 0.64% | - |
| HSV(B) | 245.49º | 0.64% | 0.94% | - |
| XYZ | 24.16 | 15.6 | 83.4 | - |
| YUV | 107.63 | 202.14 | 122.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 86 | 239 | 0.58 | 0.64 | 0 | 0.06 | 245.49 | 0.83 | 0.64 |
| Hex | 64 | 56 | EF | 3A | 40 | 0 | 6 | F5 | 53 | 40 |
| Octal | 144 | 126 | 357 | 72 | 100 | 0 | 6 | 365 | 123 | 100 |
| Binary | 1100100 | 1010110 | 11101111 | 111010 | 1000000 | 0 | 110 | 11110101 | 1010011 | 1000000 |
Color Harmonies of #6456EF
Complementary color
Monochromatic Colors of #6456EF
Black with #6456EF
Text Example
Text Example
White with #6456EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6456EF; }
p { color: rgb(100,86,239); }
H1.HeaderClassName
{
color: #6456EF;
}
.AnyTagClassName
{
color: #6456EF;
}
</style>
background-color css
<style>
a { background-color: #6456EF; }
a { background-color: rgb(100,86,239); }
div.DivClassName
{
background-color: #6456EF;
}
.BgClassName
{
background-color: #6456EF;
}
</style>
border-color css
<style>
span { border-color: #6456EF; }
span { border-color: rgb(100,86,239); }
td.TdClassName
{
border-color: #6456EF;
}
.TagClassName
{
border-color: #6456EF;
}
</style>