Shades of Medium Slate Blue #6876EA
Tints of Medium Slate Blue #6876EA
RGB
CMYK
RGB Variations
Color information
#6876EA (or 0x6876EA) is known color: Medium Slate Blue. HEX triplet: 68, 76 and EA. RGB value is (104,118,234). Sum of RGB (Red+Green+Blue) = 104+118+234=456 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.81% from 456); Green value is 118 (46.48% from 255 or 25.88% from 456); Blue value is 234 (91.80% from 255 or 51.32% from 456); Max value from RGB is 234 - color contains mainly: blue. Hex color #6876EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6876EA is #978915. Grayscale: #7E7E7E. Windows color (decimal): -9931030 or 15365736. OLE color: 15365736.
HSL color Cylindrical-coordinate representation of color #6876EA: hue angle of 233.54º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6876EA is Cyan = 0.56, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 104 | 118 | 234 | - |
| CMYK | 0.56 | 0.50 | 0 | 0.08 |
| HSL | 233.54º | 0.76% | 0.66% | - |
| HSV(B) | 233.54º | 0.56% | 0.92% | - |
| XYZ | 27.04 | 21.84 | 80.63 | - |
| YUV | 127.04 | 188.36 | 111.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 118 | 234 | 0.56 | 0.50 | 0 | 0.08 | 233.54 | 0.76 | 0.66 |
| Hex | 68 | 76 | EA | 38 | 32 | 0 | 8 | EA | 4C | 42 |
| Octal | 150 | 166 | 352 | 70 | 62 | 0 | 10 | 352 | 114 | 102 |
| Binary | 1101000 | 1110110 | 11101010 | 111000 | 110010 | 0 | 1000 | 11101010 | 1001100 | 1000010 |
Color Harmonies of #6876EA
Complementary color
Monochromatic Colors of #6876EA
Black with #6876EA
Text Example
Text Example
White with #6876EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6876EA; }
p { color: rgb(104,118,234); }
H1.HeaderClassName
{
color: #6876EA;
}
.AnyTagClassName
{
color: #6876EA;
}
</style>
background-color css
<style>
a { background-color: #6876EA; }
a { background-color: rgb(104,118,234); }
div.DivClassName
{
background-color: #6876EA;
}
.BgClassName
{
background-color: #6876EA;
}
</style>
border-color css
<style>
span { border-color: #6876EA; }
span { border-color: rgb(104,118,234); }
td.TdClassName
{
border-color: #6876EA;
}
.TagClassName
{
border-color: #6876EA;
}
</style>