Shades of Medium Slate Blue #6876EC
Tints of Medium Slate Blue #6876EC
RGB
CMYK
RGB Variations
Color information
#6876EC (or 0x6876EC) is known color: Medium Slate Blue. HEX triplet: 68, 76 and EC. RGB value is (104,118,236). Sum of RGB (Red+Green+Blue) = 104+118+236=458 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.71% from 458); Green value is 118 (46.48% from 255 or 25.76% from 458); Blue value is 236 (92.58% from 255 or 51.53% from 458); Max value from RGB is 236 - color contains mainly: blue. Hex color #6876EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6876EC is #978913. Grayscale: #7E7E7E. Windows color (decimal): -9931028 or 15496808. OLE color: 15496808.
HSL color Cylindrical-coordinate representation of color #6876EC: hue angle of 233.64º 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 #6876EC is Cyan = 0.56, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 118 | 236 | - |
| CMYK | 0.56 | 0.5 | 0 | 0.07 |
| HSL | 233.64º | 0.78% | 0.67% | - |
| HSV(B) | 233.64º | 0.56% | 0.93% | - |
| XYZ | 27.33 | 21.96 | 82.15 | - |
| YUV | 127.27 | 189.36 | 111.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 118 | 236 | 0.56 | 0.5 | 0 | 0.07 | 233.64 | 0.78 | 0.67 |
| Hex | 68 | 76 | EC | 38 | 32 | 0 | 7 | EA | 4E | 43 |
| Octal | 150 | 166 | 354 | 70 | 62 | 0 | 7 | 352 | 116 | 103 |
| Binary | 1101000 | 1110110 | 11101100 | 111000 | 110010 | 0 | 111 | 11101010 | 1001110 | 1000011 |
Color Harmonies of #6876EC
Complementary color
Monochromatic Colors of #6876EC
Black with #6876EC
Text Example
Text Example
White with #6876EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6876EC; }
p { color: rgb(104,118,236); }
H1.HeaderClassName
{
color: #6876EC;
}
.AnyTagClassName
{
color: #6876EC;
}
</style>
background-color css
<style>
a { background-color: #6876EC; }
a { background-color: rgb(104,118,236); }
div.DivClassName
{
background-color: #6876EC;
}
.BgClassName
{
background-color: #6876EC;
}
</style>
border-color css
<style>
span { border-color: #6876EC; }
span { border-color: rgb(104,118,236); }
td.TdClassName
{
border-color: #6876EC;
}
.TagClassName
{
border-color: #6876EC;
}
</style>