Shades of Medium Slate Blue #6F63FA
Tints of Medium Slate Blue #6F63FA
RGB
CMYK
RGB Variations
Color information
#6F63FA (or 0x6F63FA) is known color: Medium Slate Blue. HEX triplet: 6F, 63 and FA. RGB value is (111,99,250). Sum of RGB (Red+Green+Blue) = 111+99+250=460 (60% of max value = 765). Red value is 111 (43.75% from 255 or 24.13% from 460); Green value is 99 (39.06% from 255 or 21.52% from 460); Blue value is 250 (98.05% from 255 or 54.35% from 460); Max value from RGB is 250 - color contains mainly: blue. Hex color #6F63FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6F63FA is #909C05. Grayscale: #777777. Windows color (decimal): -9477126 or 16409455. OLE color: 16409455.
HSL color Cylindrical-coordinate representation of color #6F63FA: hue angle of 244.77º 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 #6F63FA is Cyan = 0.56, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 111 | 99 | 250 | - |
| CMYK | 0.56 | 0.60 | 0 | 0.02 |
| HSL | 244.77º | 0.94% | 0.68% | - |
| HSV(B) | 244.77º | 0.6% | 0.98% | - |
| XYZ | 28.27 | 19.21 | 92.66 | - |
| YUV | 119.8 | 201.48 | 121.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 99 | 250 | 0.56 | 0.60 | 0 | 0.02 | 244.77 | 0.94 | 0.68 |
| Hex | 6F | 63 | FA | 38 | 3C | 0 | 2 | F5 | 5E | 44 |
| Octal | 157 | 143 | 372 | 70 | 74 | 0 | 2 | 365 | 136 | 104 |
| Binary | 1101111 | 1100011 | 11111010 | 111000 | 111100 | 0 | 10 | 11110101 | 1011110 | 1000100 |
Color Harmonies of #6F63FA
Complementary color
Monochromatic Colors of #6F63FA
Black with #6F63FA
Text Example
Text Example
White with #6F63FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F63FA; }
p { color: rgb(111,99,250); }
H1.HeaderClassName
{
color: #6F63FA;
}
.AnyTagClassName
{
color: #6F63FA;
}
</style>
background-color css
<style>
a { background-color: #6F63FA; }
a { background-color: rgb(111,99,250); }
div.DivClassName
{
background-color: #6F63FA;
}
.BgClassName
{
background-color: #6F63FA;
}
</style>
border-color css
<style>
span { border-color: #6F63FA; }
span { border-color: rgb(111,99,250); }
td.TdClassName
{
border-color: #6F63FA;
}
.TagClassName
{
border-color: #6F63FA;
}
</style>