Shades of Medium Slate Blue #6370FA
Tints of Medium Slate Blue #6370FA
RGB
CMYK
RGB Variations
Color information
#6370FA (or 0x6370FA) is known color: Medium Slate Blue. HEX triplet: 63, 70 and FA. RGB value is (99,112,250). Sum of RGB (Red+Green+Blue) = 99+112+250=461 (61% of max value = 765). Red value is 99 (39.06% from 255 or 21.48% from 461); Green value is 112 (44.14% from 255 or 24.30% from 461); Blue value is 250 (98.05% from 255 or 54.23% from 461); Max value from RGB is 250 - color contains mainly: blue. Hex color #6370FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6370FA is #9C8F05. Grayscale: #7B7B7B. Windows color (decimal): -10260230 or 16412771. OLE color: 16412771.
HSL color Cylindrical-coordinate representation of color #6370FA: hue angle of 234.83º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6370FA is Cyan = 0.60, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 99 | 112 | 250 | - |
| CMYK | 0.60 | 0.55 | 0 | 0.02 |
| HSL | 234.83º | 0.94% | 0.68% | - |
| HSV(B) | 234.83º | 0.6% | 0.98% | - |
| XYZ | 28.2 | 21.14 | 93.04 | - |
| YUV | 123.85 | 199.19 | 110.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 112 | 250 | 0.60 | 0.55 | 0 | 0.02 | 234.83 | 0.94 | 0.68 |
| Hex | 63 | 70 | FA | 3C | 37 | 0 | 2 | EB | 5E | 44 |
| Octal | 143 | 160 | 372 | 74 | 67 | 0 | 2 | 353 | 136 | 104 |
| Binary | 1100011 | 1110000 | 11111010 | 111100 | 110111 | 0 | 10 | 11101011 | 1011110 | 1000100 |
Color Harmonies of #6370FA
Complementary color
Monochromatic Colors of #6370FA
Black with #6370FA
Text Example
Text Example
White with #6370FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6370FA; }
p { color: rgb(99,112,250); }
H1.HeaderClassName
{
color: #6370FA;
}
.AnyTagClassName
{
color: #6370FA;
}
</style>
background-color css
<style>
a { background-color: #6370FA; }
a { background-color: rgb(99,112,250); }
div.DivClassName
{
background-color: #6370FA;
}
.BgClassName
{
background-color: #6370FA;
}
</style>
border-color css
<style>
span { border-color: #6370FA; }
span { border-color: rgb(99,112,250); }
td.TdClassName
{
border-color: #6370FA;
}
.TagClassName
{
border-color: #6370FA;
}
</style>