Shades of Medium Slate Blue #6B63FA
Tints of Medium Slate Blue #6B63FA
RGB
CMYK
RGB Variations
Color information
#6B63FA (or 0x6B63FA) is known color: Medium Slate Blue. HEX triplet: 6B, 63 and FA. RGB value is (107,99,250). Sum of RGB (Red+Green+Blue) = 107+99+250=456 (60% of max value = 765). Red value is 107 (42.19% from 255 or 23.46% from 456); Green value is 99 (39.06% from 255 or 21.71% from 456); Blue value is 250 (98.05% from 255 or 54.82% from 456); Max value from RGB is 250 - color contains mainly: blue. Hex color #6B63FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6B63FA is #949C05. Grayscale: #767676. Windows color (decimal): -9739270 or 16409451. OLE color: 16409451.
HSL color Cylindrical-coordinate representation of color #6B63FA: hue angle of 243.18º 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 #6B63FA is Cyan = 0.57, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 107 | 99 | 250 | - |
| CMYK | 0.57 | 0.60 | 0 | 0.02 |
| HSL | 243.18º | 0.94% | 0.68% | - |
| HSV(B) | 243.18º | 0.6% | 0.98% | - |
| XYZ | 27.78 | 18.95 | 92.64 | - |
| YUV | 118.61 | 202.15 | 119.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 99 | 250 | 0.57 | 0.60 | 0 | 0.02 | 243.18 | 0.94 | 0.68 |
| Hex | 6B | 63 | FA | 39 | 3C | 0 | 2 | F3 | 5E | 44 |
| Octal | 153 | 143 | 372 | 71 | 74 | 0 | 2 | 363 | 136 | 104 |
| Binary | 1101011 | 1100011 | 11111010 | 111001 | 111100 | 0 | 10 | 11110011 | 1011110 | 1000100 |
Color Harmonies of #6B63FA
Complementary color
Monochromatic Colors of #6B63FA
Black with #6B63FA
Text Example
Text Example
White with #6B63FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B63FA; }
p { color: rgb(107,99,250); }
H1.HeaderClassName
{
color: #6B63FA;
}
.AnyTagClassName
{
color: #6B63FA;
}
</style>
background-color css
<style>
a { background-color: #6B63FA; }
a { background-color: rgb(107,99,250); }
div.DivClassName
{
background-color: #6B63FA;
}
.BgClassName
{
background-color: #6B63FA;
}
</style>
border-color css
<style>
span { border-color: #6B63FA; }
span { border-color: rgb(107,99,250); }
td.TdClassName
{
border-color: #6B63FA;
}
.TagClassName
{
border-color: #6B63FA;
}
</style>