Shades of Medium Slate Blue #6370EC
Tints of Medium Slate Blue #6370EC
RGB
CMYK
RGB Variations
Color information
#6370EC (or 0x6370EC) is known color: Medium Slate Blue. HEX triplet: 63, 70 and EC. RGB value is (99,112,236). Sum of RGB (Red+Green+Blue) = 99+112+236=447 (59% of max value = 765). Red value is 99 (39.06% from 255 or 22.15% from 447); Green value is 112 (44.14% from 255 or 25.06% from 447); Blue value is 236 (92.58% from 255 or 52.80% from 447); Max value from RGB is 236 - color contains mainly: blue. Hex color #6370EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6370EC is #9C8F13. Grayscale: #797979. Windows color (decimal): -10260244 or 15495267. OLE color: 15495267.
HSL color Cylindrical-coordinate representation of color #6370EC: hue angle of 234.31º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6370EC is Cyan = 0.58, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 99 | 112 | 236 | - |
| CMYK | 0.58 | 0.53 | 0 | 0.07 |
| HSL | 234.31º | 0.78% | 0.66% | - |
| HSV(B) | 234.31º | 0.58% | 0.93% | - |
| XYZ | 26.08 | 20.3 | 81.9 | - |
| YUV | 122.25 | 192.19 | 111.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 112 | 236 | 0.58 | 0.53 | 0 | 0.07 | 234.31 | 0.78 | 0.66 |
| Hex | 63 | 70 | EC | 3A | 35 | 0 | 7 | EA | 4E | 42 |
| Octal | 143 | 160 | 354 | 72 | 65 | 0 | 7 | 352 | 116 | 102 |
| Binary | 1100011 | 1110000 | 11101100 | 111010 | 110101 | 0 | 111 | 11101010 | 1001110 | 1000010 |
Color Harmonies of #6370EC
Complementary color
Monochromatic Colors of #6370EC
Black with #6370EC
Text Example
Text Example
White with #6370EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6370EC; }
p { color: rgb(99,112,236); }
H1.HeaderClassName
{
color: #6370EC;
}
.AnyTagClassName
{
color: #6370EC;
}
</style>
background-color css
<style>
a { background-color: #6370EC; }
a { background-color: rgb(99,112,236); }
div.DivClassName
{
background-color: #6370EC;
}
.BgClassName
{
background-color: #6370EC;
}
</style>
border-color css
<style>
span { border-color: #6370EC; }
span { border-color: rgb(99,112,236); }
td.TdClassName
{
border-color: #6370EC;
}
.TagClassName
{
border-color: #6370EC;
}
</style>