Shades of Medium Slate Blue #6260E9
Tints of Medium Slate Blue #6260E9
RGB
CMYK
RGB Variations
Color information
#6260E9 (or 0x6260E9) is known color: Medium Slate Blue. HEX triplet: 62, 60 and E9. RGB value is (98,96,233). Sum of RGB (Red+Green+Blue) = 98+96+233=427 (56% of max value = 765). Red value is 98 (38.67% from 255 or 22.95% from 427); Green value is 96 (37.89% from 255 or 22.48% from 427); Blue value is 233 (91.41% from 255 or 54.57% from 427); Max value from RGB is 233 - color contains mainly: blue. Hex color #6260E9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6260E9 is #9D9F16. Grayscale: #6F6F6F. Windows color (decimal): -10329879 or 15294562. OLE color: 15294562.
HSL color Cylindrical-coordinate representation of color #6260E9: hue angle of 240.88º 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 #6260E9 is Cyan = 0.58, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 98 | 96 | 233 | - |
| CMYK | 0.58 | 0.59 | 0 | 0.09 |
| HSL | 240.88º | 0.76% | 0.65% | - |
| HSV(B) | 240.88º | 0.59% | 0.91% | - |
| XYZ | 23.93 | 16.85 | 79.08 | - |
| YUV | 112.22 | 196.16 | 117.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 96 | 233 | 0.58 | 0.59 | 0 | 0.09 | 240.88 | 0.76 | 0.65 |
| Hex | 62 | 60 | E9 | 3A | 3B | 0 | 9 | F1 | 4C | 41 |
| Octal | 142 | 140 | 351 | 72 | 73 | 0 | 11 | 361 | 114 | 101 |
| Binary | 1100010 | 1100000 | 11101001 | 111010 | 111011 | 0 | 1001 | 11110001 | 1001100 | 1000001 |
Color Harmonies of #6260E9
Complementary color
Monochromatic Colors of #6260E9
Black with #6260E9
Text Example
Text Example
White with #6260E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6260E9; }
p { color: rgb(98,96,233); }
H1.HeaderClassName
{
color: #6260E9;
}
.AnyTagClassName
{
color: #6260E9;
}
</style>
background-color css
<style>
a { background-color: #6260E9; }
a { background-color: rgb(98,96,233); }
div.DivClassName
{
background-color: #6260E9;
}
.BgClassName
{
background-color: #6260E9;
}
</style>
border-color css
<style>
span { border-color: #6260E9; }
span { border-color: rgb(98,96,233); }
td.TdClassName
{
border-color: #6260E9;
}
.TagClassName
{
border-color: #6260E9;
}
</style>