Shades of Medium Slate Blue #6368FA
Tints of Medium Slate Blue #6368FA
RGB
CMYK
RGB Variations
Color information
#6368FA (or 0x6368FA) is known color: Medium Slate Blue. HEX triplet: 63, 68 and FA. RGB value is (99,104,250). Sum of RGB (Red+Green+Blue) = 99+104+250=453 (60% of max value = 765). Red value is 99 (39.06% from 255 or 21.85% from 453); Green value is 104 (41.02% from 255 or 22.96% from 453); Blue value is 250 (98.05% from 255 or 55.19% from 453); Max value from RGB is 250 - color contains mainly: blue. Hex color #6368FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6368FA is #9C9705. Grayscale: #767676. Windows color (decimal): -10262278 or 16410723. OLE color: 16410723.
HSL color Cylindrical-coordinate representation of color #6368FA: hue angle of 238.01º 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 #6368FA is Cyan = 0.60, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 99 | 104 | 250 | - |
| CMYK | 0.60 | 0.58 | 0 | 0.02 |
| HSL | 238.01º | 0.94% | 0.68% | - |
| HSV(B) | 238.01º | 0.6% | 0.98% | - |
| XYZ | 27.35 | 19.46 | 92.76 | - |
| YUV | 119.15 | 201.84 | 113.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 104 | 250 | 0.60 | 0.58 | 0 | 0.02 | 238.01 | 0.94 | 0.68 |
| Hex | 63 | 68 | FA | 3C | 3A | 0 | 2 | EE | 5E | 44 |
| Octal | 143 | 150 | 372 | 74 | 72 | 0 | 2 | 356 | 136 | 104 |
| Binary | 1100011 | 1101000 | 11111010 | 111100 | 111010 | 0 | 10 | 11101110 | 1011110 | 1000100 |
Color Harmonies of #6368FA
Complementary color
Monochromatic Colors of #6368FA
Black with #6368FA
Text Example
Text Example
White with #6368FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6368FA; }
p { color: rgb(99,104,250); }
H1.HeaderClassName
{
color: #6368FA;
}
.AnyTagClassName
{
color: #6368FA;
}
</style>
background-color css
<style>
a { background-color: #6368FA; }
a { background-color: rgb(99,104,250); }
div.DivClassName
{
background-color: #6368FA;
}
.BgClassName
{
background-color: #6368FA;
}
</style>
border-color css
<style>
span { border-color: #6368FA; }
span { border-color: rgb(99,104,250); }
td.TdClassName
{
border-color: #6368FA;
}
.TagClassName
{
border-color: #6368FA;
}
</style>