Shades of Medium Slate Blue #6876EF
Tints of Medium Slate Blue #6876EF
RGB
CMYK
RGB Variations
Color information
#6876EF (or 0x6876EF) is known color: Medium Slate Blue. HEX triplet: 68, 76 and EF. RGB value is (104,118,239). Sum of RGB (Red+Green+Blue) = 104+118+239=461 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.56% from 461); Green value is 118 (46.48% from 255 or 25.60% from 461); Blue value is 239 (93.75% from 255 or 51.84% from 461); Max value from RGB is 239 - color contains mainly: blue. Hex color #6876EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6876EF is #978910. Grayscale: #7F7F7F. Windows color (decimal): -9931025 or 15693416. OLE color: 15693416.
HSL color Cylindrical-coordinate representation of color #6876EF: hue angle of 233.78º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6876EF is Cyan = 0.56, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 104 | 118 | 239 | - |
| CMYK | 0.56 | 0.51 | 0 | 0.06 |
| HSL | 233.78º | 0.81% | 0.67% | - |
| HSV(B) | 233.78º | 0.56% | 0.94% | - |
| XYZ | 27.77 | 22.13 | 84.47 | - |
| YUV | 127.61 | 190.86 | 111.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 118 | 239 | 0.56 | 0.51 | 0 | 0.06 | 233.78 | 0.81 | 0.67 |
| Hex | 68 | 76 | EF | 38 | 33 | 0 | 6 | EA | 51 | 43 |
| Octal | 150 | 166 | 357 | 70 | 63 | 0 | 6 | 352 | 121 | 103 |
| Binary | 1101000 | 1110110 | 11101111 | 111000 | 110011 | 0 | 110 | 11101010 | 1010001 | 1000011 |
Color Harmonies of #6876EF
Complementary color
Monochromatic Colors of #6876EF
Black with #6876EF
Text Example
Text Example
White with #6876EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6876EF; }
p { color: rgb(104,118,239); }
H1.HeaderClassName
{
color: #6876EF;
}
.AnyTagClassName
{
color: #6876EF;
}
</style>
background-color css
<style>
a { background-color: #6876EF; }
a { background-color: rgb(104,118,239); }
div.DivClassName
{
background-color: #6876EF;
}
.BgClassName
{
background-color: #6876EF;
}
</style>
border-color css
<style>
span { border-color: #6876EF; }
span { border-color: rgb(104,118,239); }
td.TdClassName
{
border-color: #6876EF;
}
.TagClassName
{
border-color: #6876EF;
}
</style>