Shades of Medium Slate Blue #6370F0
Tints of Medium Slate Blue #6370F0
RGB
CMYK
RGB Variations
Color information
#6370F0 (or 0x6370F0) is known color: Medium Slate Blue. HEX triplet: 63, 70 and F0. RGB value is (99,112,240). Sum of RGB (Red+Green+Blue) = 99+112+240=451 (59% of max value = 765). Red value is 99 (39.06% from 255 or 21.95% from 451); Green value is 112 (44.14% from 255 or 24.83% from 451); Blue value is 240 (94.14% from 255 or 53.22% from 451); Max value from RGB is 240 - color contains mainly: blue. Hex color #6370F0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6370F0 is #9C8F0F. Grayscale: #7A7A7A. Windows color (decimal): -10260240 or 15757411. OLE color: 15757411.
HSL color Cylindrical-coordinate representation of color #6370F0: hue angle of 234.47º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6370F0 is Cyan = 0.59, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 99 | 112 | 240 | - |
| CMYK | 0.59 | 0.53 | 0 | 0.06 |
| HSL | 234.47º | 0.82% | 0.66% | - |
| HSV(B) | 234.47º | 0.59% | 0.94% | - |
| XYZ | 26.67 | 20.53 | 85 | - |
| YUV | 122.71 | 194.19 | 111.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 112 | 240 | 0.59 | 0.53 | 0 | 0.06 | 234.47 | 0.82 | 0.66 |
| Hex | 63 | 70 | F0 | 3B | 35 | 0 | 6 | EA | 52 | 42 |
| Octal | 143 | 160 | 360 | 73 | 65 | 0 | 6 | 352 | 122 | 102 |
| Binary | 1100011 | 1110000 | 11110000 | 111011 | 110101 | 0 | 110 | 11101010 | 1010010 | 1000010 |
Color Harmonies of #6370F0
Complementary color
Monochromatic Colors of #6370F0
Black with #6370F0
Text Example
Text Example
White with #6370F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6370F0; }
p { color: rgb(99,112,240); }
H1.HeaderClassName
{
color: #6370F0;
}
.AnyTagClassName
{
color: #6370F0;
}
</style>
background-color css
<style>
a { background-color: #6370F0; }
a { background-color: rgb(99,112,240); }
div.DivClassName
{
background-color: #6370F0;
}
.BgClassName
{
background-color: #6370F0;
}
</style>
border-color css
<style>
span { border-color: #6370F0; }
span { border-color: rgb(99,112,240); }
td.TdClassName
{
border-color: #6370F0;
}
.TagClassName
{
border-color: #6370F0;
}
</style>