Shades of Medium Slate Blue #6877EC
Tints of Medium Slate Blue #6877EC
RGB
CMYK
RGB Variations
Color information
#6877EC (or 0x6877EC) is known color: Medium Slate Blue. HEX triplet: 68, 77 and EC. RGB value is (104,119,236). Sum of RGB (Red+Green+Blue) = 104+119+236=459 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.66% from 459); Green value is 119 (46.88% from 255 or 25.93% from 459); Blue value is 236 (92.58% from 255 or 51.42% from 459); Max value from RGB is 236 - color contains mainly: blue. Hex color #6877EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6877EC is #978813. Grayscale: #7F7F7F. Windows color (decimal): -9930772 or 15497064. OLE color: 15497064.
HSL color Cylindrical-coordinate representation of color #6877EC: hue angle of 233.18º 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 #6877EC is Cyan = 0.56, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 119 | 236 | - |
| CMYK | 0.56 | 0.50 | 0 | 0.07 |
| HSL | 233.18º | 0.78% | 0.67% | - |
| HSV(B) | 233.18º | 0.56% | 0.93% | - |
| XYZ | 27.45 | 22.19 | 82.19 | - |
| YUV | 127.85 | 189.03 | 110.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 119 | 236 | 0.56 | 0.50 | 0 | 0.07 | 233.18 | 0.78 | 0.67 |
| Hex | 68 | 77 | EC | 38 | 32 | 0 | 7 | E9 | 4E | 43 |
| Octal | 150 | 167 | 354 | 70 | 62 | 0 | 7 | 351 | 116 | 103 |
| Binary | 1101000 | 1110111 | 11101100 | 111000 | 110010 | 0 | 111 | 11101001 | 1001110 | 1000011 |
Color Harmonies of #6877EC
Complementary color
Monochromatic Colors of #6877EC
Black with #6877EC
Text Example
Text Example
White with #6877EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6877EC; }
p { color: rgb(104,119,236); }
H1.HeaderClassName
{
color: #6877EC;
}
.AnyTagClassName
{
color: #6877EC;
}
</style>
background-color css
<style>
a { background-color: #6877EC; }
a { background-color: rgb(104,119,236); }
div.DivClassName
{
background-color: #6877EC;
}
.BgClassName
{
background-color: #6877EC;
}
</style>
border-color css
<style>
span { border-color: #6877EC; }
span { border-color: rgb(104,119,236); }
td.TdClassName
{
border-color: #6877EC;
}
.TagClassName
{
border-color: #6877EC;
}
</style>