Shades of Medium Slate Blue #6460E9
Tints of Medium Slate Blue #6460E9
RGB
CMYK
RGB Variations
Color information
#6460E9 (or 0x6460E9) is known color: Medium Slate Blue. HEX triplet: 64, 60 and E9. RGB value is (100,96,233). Sum of RGB (Red+Green+Blue) = 100+96+233=429 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.31% from 429); Green value is 96 (37.89% from 255 or 22.38% from 429); Blue value is 233 (91.41% from 255 or 54.31% from 429); Max value from RGB is 233 - color contains mainly: blue. Hex color #6460E9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6460E9 is #9B9F16. Grayscale: #707070. Windows color (decimal): -10198807 or 15294564. OLE color: 15294564.
HSL color Cylindrical-coordinate representation of color #6460E9: hue angle of 241.75º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6460E9 is Cyan = 0.57, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 100 | 96 | 233 | - |
| CMYK | 0.57 | 0.59 | 0 | 0.09 |
| HSL | 241.75º | 0.76% | 0.65% | - |
| HSV(B) | 241.75º | 0.59% | 0.91% | - |
| XYZ | 24.15 | 16.96 | 79.09 | - |
| YUV | 112.81 | 195.83 | 118.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 96 | 233 | 0.57 | 0.59 | 0 | 0.09 | 241.75 | 0.76 | 0.65 |
| Hex | 64 | 60 | E9 | 39 | 3B | 0 | 9 | F2 | 4C | 41 |
| Octal | 144 | 140 | 351 | 71 | 73 | 0 | 11 | 362 | 114 | 101 |
| Binary | 1100100 | 1100000 | 11101001 | 111001 | 111011 | 0 | 1001 | 11110010 | 1001100 | 1000001 |
Color Harmonies of #6460E9
Complementary color
Monochromatic Colors of #6460E9
Black with #6460E9
Text Example
Text Example
White with #6460E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6460E9; }
p { color: rgb(100,96,233); }
H1.HeaderClassName
{
color: #6460E9;
}
.AnyTagClassName
{
color: #6460E9;
}
</style>
background-color css
<style>
a { background-color: #6460E9; }
a { background-color: rgb(100,96,233); }
div.DivClassName
{
background-color: #6460E9;
}
.BgClassName
{
background-color: #6460E9;
}
</style>
border-color css
<style>
span { border-color: #6460E9; }
span { border-color: rgb(100,96,233); }
td.TdClassName
{
border-color: #6460E9;
}
.TagClassName
{
border-color: #6460E9;
}
</style>