Shades of Medium Slate Blue #6863FB
Tints of Medium Slate Blue #6863FB
RGB
CMYK
RGB Variations
Color information
#6863FB (or 0x6863FB) is known color: Medium Slate Blue. HEX triplet: 68, 63 and FB. RGB value is (104,99,251). Sum of RGB (Red+Green+Blue) = 104+99+251=454 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.91% from 454); Green value is 99 (39.06% from 255 or 21.81% from 454); Blue value is 251 (98.44% from 255 or 55.29% from 454); Max value from RGB is 251 - color contains mainly: blue. Hex color #6863FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6863FB is #979C04. Grayscale: #757575. Windows color (decimal): -9935877 or 16474984. OLE color: 16474984.
HSL color Cylindrical-coordinate representation of color #6863FB: hue angle of 241.97º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6863FB is Cyan = 0.59, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 104 | 99 | 251 | - |
| CMYK | 0.59 | 0.61 | 0 | 0.02 |
| HSL | 241.97º | 0.95% | 0.69% | - |
| HSV(B) | 241.97º | 0.61% | 0.98% | - |
| XYZ | 27.58 | 18.83 | 93.45 | - |
| YUV | 117.82 | 203.16 | 118.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 99 | 251 | 0.59 | 0.61 | 0 | 0.02 | 241.97 | 0.95 | 0.69 |
| Hex | 68 | 63 | FB | 3B | 3D | 0 | 2 | F2 | 5F | 45 |
| Octal | 150 | 143 | 373 | 73 | 75 | 0 | 2 | 362 | 137 | 105 |
| Binary | 1101000 | 1100011 | 11111011 | 111011 | 111101 | 0 | 10 | 11110010 | 1011111 | 1000101 |
Color Harmonies of #6863FB
Complementary color
Monochromatic Colors of #6863FB
Black with #6863FB
Text Example
Text Example
White with #6863FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6863FB; }
p { color: rgb(104,99,251); }
H1.HeaderClassName
{
color: #6863FB;
}
.AnyTagClassName
{
color: #6863FB;
}
</style>
background-color css
<style>
a { background-color: #6863FB; }
a { background-color: rgb(104,99,251); }
div.DivClassName
{
background-color: #6863FB;
}
.BgClassName
{
background-color: #6863FB;
}
</style>
border-color css
<style>
span { border-color: #6863FB; }
span { border-color: rgb(104,99,251); }
td.TdClassName
{
border-color: #6863FB;
}
.TagClassName
{
border-color: #6863FB;
}
</style>