Shades of Medium Slate Blue #6271E5
Tints of Medium Slate Blue #6271E5
RGB
CMYK
RGB Variations
Color information
#6271E5 (or 0x6271E5) is known color: Medium Slate Blue. HEX triplet: 62, 71 and E5. RGB value is (98,113,229). Sum of RGB (Red+Green+Blue) = 98+113+229=440 (58% of max value = 765). Red value is 98 (38.67% from 255 or 22.27% from 440); Green value is 113 (44.53% from 255 or 25.68% from 440); Blue value is 229 (89.84% from 255 or 52.05% from 440); Max value from RGB is 229 - color contains mainly: blue. Hex color #6271E5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6271E5 is #9D8E1A. Grayscale: #797979. Windows color (decimal): -10325531 or 15036770. OLE color: 15036770.
HSL color Cylindrical-coordinate representation of color #6271E5: hue angle of 233.13º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6271E5 is Cyan = 0.57, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 98 | 113 | 229 | - |
| CMYK | 0.57 | 0.51 | 0 | 0.10 |
| HSL | 233.13º | 0.72% | 0.64% | - |
| HSV(B) | 233.13º | 0.57% | 0.9% | - |
| XYZ | 25.08 | 20.06 | 76.68 | - |
| YUV | 121.74 | 188.53 | 111.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 113 | 229 | 0.57 | 0.51 | 0 | 0.10 | 233.13 | 0.72 | 0.64 |
| Hex | 62 | 71 | E5 | 39 | 33 | 0 | A | E9 | 48 | 40 |
| Octal | 142 | 161 | 345 | 71 | 63 | 0 | 12 | 351 | 110 | 100 |
| Binary | 1100010 | 1110001 | 11100101 | 111001 | 110011 | 0 | 1010 | 11101001 | 1001000 | 1000000 |
Color Harmonies of #6271E5
Complementary color
Monochromatic Colors of #6271E5
Black with #6271E5
Text Example
Text Example
White with #6271E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6271E5; }
p { color: rgb(98,113,229); }
H1.HeaderClassName
{
color: #6271E5;
}
.AnyTagClassName
{
color: #6271E5;
}
</style>
background-color css
<style>
a { background-color: #6271E5; }
a { background-color: rgb(98,113,229); }
div.DivClassName
{
background-color: #6271E5;
}
.BgClassName
{
background-color: #6271E5;
}
</style>
border-color css
<style>
span { border-color: #6271E5; }
span { border-color: rgb(98,113,229); }
td.TdClassName
{
border-color: #6271E5;
}
.TagClassName
{
border-color: #6271E5;
}
</style>