Shades of Medium Slate Blue #6362FA
Tints of Medium Slate Blue #6362FA
RGB
CMYK
RGB Variations
Color information
#6362FA (or 0x6362FA) is known color: Medium Slate Blue. HEX triplet: 63, 62 and FA. RGB value is (99,98,250). Sum of RGB (Red+Green+Blue) = 99+98+250=447 (59% of max value = 765). Red value is 99 (39.06% from 255 or 22.15% from 447); Green value is 98 (38.67% from 255 or 21.92% from 447); Blue value is 250 (98.05% from 255 or 55.93% from 447); Max value from RGB is 250 - color contains mainly: blue. Hex color #6362FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6362FA is #9C9D05. Grayscale: #737373. Windows color (decimal): -10263814 or 16409187. OLE color: 16409187.
HSL color Cylindrical-coordinate representation of color #6362FA: hue angle of 240.39º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6362FA is Cyan = 0.60, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 99 | 98 | 250 | - |
| CMYK | 0.60 | 0.61 | 0 | 0.02 |
| HSL | 240.39º | 0.94% | 0.68% | - |
| HSV(B) | 240.39º | 0.61% | 0.98% | - |
| XYZ | 26.77 | 18.29 | 92.56 | - |
| YUV | 115.63 | 203.83 | 116.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 98 | 250 | 0.60 | 0.61 | 0 | 0.02 | 240.39 | 0.94 | 0.68 |
| Hex | 63 | 62 | FA | 3C | 3D | 0 | 2 | F0 | 5E | 44 |
| Octal | 143 | 142 | 372 | 74 | 75 | 0 | 2 | 360 | 136 | 104 |
| Binary | 1100011 | 1100010 | 11111010 | 111100 | 111101 | 0 | 10 | 11110000 | 1011110 | 1000100 |
Color Harmonies of #6362FA
Complementary color
Monochromatic Colors of #6362FA
Black with #6362FA
Text Example
Text Example
White with #6362FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6362FA; }
p { color: rgb(99,98,250); }
H1.HeaderClassName
{
color: #6362FA;
}
.AnyTagClassName
{
color: #6362FA;
}
</style>
background-color css
<style>
a { background-color: #6362FA; }
a { background-color: rgb(99,98,250); }
div.DivClassName
{
background-color: #6362FA;
}
.BgClassName
{
background-color: #6362FA;
}
</style>
border-color css
<style>
span { border-color: #6362FA; }
span { border-color: rgb(99,98,250); }
td.TdClassName
{
border-color: #6362FA;
}
.TagClassName
{
border-color: #6362FA;
}
</style>