Shades of Medium Slate Blue #6873EC
Tints of Medium Slate Blue #6873EC
RGB
CMYK
RGB Variations
Color information
#6873EC (or 0x6873EC) is known color: Medium Slate Blue. HEX triplet: 68, 73 and EC. RGB value is (104,115,236). Sum of RGB (Red+Green+Blue) = 104+115+236=455 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.86% from 455); Green value is 115 (45.31% from 255 or 25.27% from 455); Blue value is 236 (92.58% from 255 or 51.87% from 455); Max value from RGB is 236 - color contains mainly: blue. Hex color #6873EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6873EC is #978C13. Grayscale: #7D7D7D. Windows color (decimal): -9931796 or 15496040. OLE color: 15496040.
HSL color Cylindrical-coordinate representation of color #6873EC: hue angle of 235º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6873EC is Cyan = 0.56, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 115 | 236 | - |
| CMYK | 0.56 | 0.51 | 0 | 0.07 |
| HSL | 235º | 0.78% | 0.67% | - |
| HSV(B) | 235º | 0.56% | 0.93% | - |
| XYZ | 26.98 | 21.26 | 82.04 | - |
| YUV | 125.51 | 190.36 | 112.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 115 | 236 | 0.56 | 0.51 | 0 | 0.07 | 235 | 0.78 | 0.67 |
| Hex | 68 | 73 | EC | 38 | 33 | 0 | 7 | EB | 4E | 43 |
| Octal | 150 | 163 | 354 | 70 | 63 | 0 | 7 | 353 | 116 | 103 |
| Binary | 1101000 | 1110011 | 11101100 | 111000 | 110011 | 0 | 111 | 11101011 | 1001110 | 1000011 |
Color Harmonies of #6873EC
Complementary color
Monochromatic Colors of #6873EC
Black with #6873EC
Text Example
Text Example
White with #6873EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6873EC; }
p { color: rgb(104,115,236); }
H1.HeaderClassName
{
color: #6873EC;
}
.AnyTagClassName
{
color: #6873EC;
}
</style>
background-color css
<style>
a { background-color: #6873EC; }
a { background-color: rgb(104,115,236); }
div.DivClassName
{
background-color: #6873EC;
}
.BgClassName
{
background-color: #6873EC;
}
</style>
border-color css
<style>
span { border-color: #6873EC; }
span { border-color: rgb(104,115,236); }
td.TdClassName
{
border-color: #6873EC;
}
.TagClassName
{
border-color: #6873EC;
}
</style>