Shades of Medium Slate Blue #6863EB
Tints of Medium Slate Blue #6863EB
RGB
CMYK
RGB Variations
Color information
#6863EB (or 0x6863EB) is known color: Medium Slate Blue. HEX triplet: 68, 63 and EB. RGB value is (104,99,235). Sum of RGB (Red+Green+Blue) = 104+99+235=438 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.74% from 438); Green value is 99 (39.06% from 255 or 22.60% from 438); Blue value is 235 (92.19% from 255 or 53.65% from 438); Max value from RGB is 235 - color contains mainly: blue. Hex color #6863EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6863EB is #979C14. Grayscale: #737373. Windows color (decimal): -9935893 or 15426408. OLE color: 15426408.
HSL color Cylindrical-coordinate representation of color #6863EB: hue angle of 242.21º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6863EB is Cyan = 0.56, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 104 | 99 | 235 | - |
| CMYK | 0.56 | 0.58 | 0 | 0.08 |
| HSL | 242.21º | 0.77% | 0.65% | - |
| HSV(B) | 242.21º | 0.58% | 0.92% | - |
| XYZ | 25.17 | 17.86 | 80.72 | - |
| YUV | 116 | 195.16 | 119.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 99 | 235 | 0.56 | 0.58 | 0 | 0.08 | 242.21 | 0.77 | 0.65 |
| Hex | 68 | 63 | EB | 38 | 3A | 0 | 8 | F2 | 4D | 41 |
| Octal | 150 | 143 | 353 | 70 | 72 | 0 | 10 | 362 | 115 | 101 |
| Binary | 1101000 | 1100011 | 11101011 | 111000 | 111010 | 0 | 1000 | 11110010 | 1001101 | 1000001 |
Color Harmonies of #6863EB
Complementary color
Monochromatic Colors of #6863EB
Black with #6863EB
Text Example
Text Example
White with #6863EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6863EB; }
p { color: rgb(104,99,235); }
H1.HeaderClassName
{
color: #6863EB;
}
.AnyTagClassName
{
color: #6863EB;
}
</style>
background-color css
<style>
a { background-color: #6863EB; }
a { background-color: rgb(104,99,235); }
div.DivClassName
{
background-color: #6863EB;
}
.BgClassName
{
background-color: #6863EB;
}
</style>
border-color css
<style>
span { border-color: #6863EB; }
span { border-color: rgb(104,99,235); }
td.TdClassName
{
border-color: #6863EB;
}
.TagClassName
{
border-color: #6863EB;
}
</style>