Shades of Medium Slate Blue #6370FC
Tints of Medium Slate Blue #6370FC
RGB
CMYK
RGB Variations
Color information
#6370FC (or 0x6370FC) is known color: Medium Slate Blue. HEX triplet: 63, 70 and FC. RGB value is (99,112,252). Sum of RGB (Red+Green+Blue) = 99+112+252=463 (61% of max value = 765). Red value is 99 (39.06% from 255 or 21.38% from 463); Green value is 112 (44.14% from 255 or 24.19% from 463); Blue value is 252 (98.83% from 255 or 54.43% from 463); Max value from RGB is 252 - color contains mainly: blue. Hex color #6370FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6370FC is #9C8F03. Grayscale: #7B7B7B. Windows color (decimal): -10260228 or 16543843. OLE color: 16543843.
HSL color Cylindrical-coordinate representation of color #6370FC: hue angle of 234.9º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6370FC is Cyan = 0.61, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 99 | 112 | 252 | - |
| CMYK | 0.61 | 0.56 | 0 | 0.01 |
| HSL | 234.9º | 0.96% | 0.69% | - |
| HSV(B) | 234.9º | 0.61% | 0.99% | - |
| XYZ | 28.51 | 21.27 | 94.7 | - |
| YUV | 124.07 | 200.19 | 110.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 112 | 252 | 0.61 | 0.56 | 0 | 0.01 | 234.9 | 0.96 | 0.69 |
| Hex | 63 | 70 | FC | 3D | 38 | 0 | 1 | EB | 60 | 45 |
| Octal | 143 | 160 | 374 | 75 | 70 | 0 | 1 | 353 | 140 | 105 |
| Binary | 1100011 | 1110000 | 11111100 | 111101 | 111000 | 0 | 1 | 11101011 | 1100000 | 1000101 |
Color Harmonies of #6370FC
Complementary color
Monochromatic Colors of #6370FC
Black with #6370FC
Text Example
Text Example
White with #6370FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6370FC; }
p { color: rgb(99,112,252); }
H1.HeaderClassName
{
color: #6370FC;
}
.AnyTagClassName
{
color: #6370FC;
}
</style>
background-color css
<style>
a { background-color: #6370FC; }
a { background-color: rgb(99,112,252); }
div.DivClassName
{
background-color: #6370FC;
}
.BgClassName
{
background-color: #6370FC;
}
</style>
border-color css
<style>
span { border-color: #6370FC; }
span { border-color: rgb(99,112,252); }
td.TdClassName
{
border-color: #6370FC;
}
.TagClassName
{
border-color: #6370FC;
}
</style>