Shades of Medium Slate Blue #6272EC
Tints of Medium Slate Blue #6272EC
RGB
CMYK
RGB Variations
Color information
#6272EC (or 0x6272EC) is known color: Medium Slate Blue. HEX triplet: 62, 72 and EC. RGB value is (98,114,236). Sum of RGB (Red+Green+Blue) = 98+114+236=448 (59% of max value = 765). Red value is 98 (38.67% from 255 or 21.88% from 448); Green value is 114 (44.92% from 255 or 25.45% from 448); Blue value is 236 (92.58% from 255 or 52.68% from 448); Max value from RGB is 236 - color contains mainly: blue. Hex color #6272EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6272EC is #9D8D13. Grayscale: #7A7A7A. Windows color (decimal): -10325268 or 15495778. OLE color: 15495778.
HSL color Cylindrical-coordinate representation of color #6272EC: hue angle of 233.04º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6272EC is Cyan = 0.58, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 98 | 114 | 236 | - |
| CMYK | 0.58 | 0.52 | 0 | 0.07 |
| HSL | 233.04º | 0.78% | 0.65% | - |
| HSV(B) | 233.04º | 0.58% | 0.93% | - |
| XYZ | 26.19 | 20.69 | 81.97 | - |
| YUV | 123.12 | 191.7 | 110.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 114 | 236 | 0.58 | 0.52 | 0 | 0.07 | 233.04 | 0.78 | 0.65 |
| Hex | 62 | 72 | EC | 3A | 34 | 0 | 7 | E9 | 4E | 41 |
| Octal | 142 | 162 | 354 | 72 | 64 | 0 | 7 | 351 | 116 | 101 |
| Binary | 1100010 | 1110010 | 11101100 | 111010 | 110100 | 0 | 111 | 11101001 | 1001110 | 1000001 |
Color Harmonies of #6272EC
Complementary color
Monochromatic Colors of #6272EC
Black with #6272EC
Text Example
Text Example
White with #6272EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6272EC; }
p { color: rgb(98,114,236); }
H1.HeaderClassName
{
color: #6272EC;
}
.AnyTagClassName
{
color: #6272EC;
}
</style>
background-color css
<style>
a { background-color: #6272EC; }
a { background-color: rgb(98,114,236); }
div.DivClassName
{
background-color: #6272EC;
}
.BgClassName
{
background-color: #6272EC;
}
</style>
border-color css
<style>
span { border-color: #6272EC; }
span { border-color: rgb(98,114,236); }
td.TdClassName
{
border-color: #6272EC;
}
.TagClassName
{
border-color: #6272EC;
}
</style>