Shades of Medium Slate Blue #6878EC
Tints of Medium Slate Blue #6878EC
RGB
CMYK
RGB Variations
Color information
#6878EC (or 0x6878EC) is known color: Medium Slate Blue. HEX triplet: 68, 78 and EC. RGB value is (104,120,236). Sum of RGB (Red+Green+Blue) = 104+120+236=460 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.61% from 460); Green value is 120 (47.27% from 255 or 26.09% from 460); Blue value is 236 (92.58% from 255 or 51.30% from 460); Max value from RGB is 236 - color contains mainly: blue. Hex color #6878EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6878EC is #978713. Grayscale: #7F7F7F. Windows color (decimal): -9930516 or 15497320. OLE color: 15497320.
HSL color Cylindrical-coordinate representation of color #6878EC: hue angle of 232.73º 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 #6878EC is Cyan = 0.56, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 120 | 236 | - |
| CMYK | 0.56 | 0.49 | 0 | 0.07 |
| HSL | 232.73º | 0.78% | 0.67% | - |
| HSV(B) | 232.73º | 0.56% | 0.93% | - |
| XYZ | 27.57 | 22.43 | 82.23 | - |
| YUV | 128.44 | 188.7 | 110.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 120 | 236 | 0.56 | 0.49 | 0 | 0.07 | 232.73 | 0.78 | 0.67 |
| Hex | 68 | 78 | EC | 38 | 31 | 0 | 7 | E9 | 4E | 43 |
| Octal | 150 | 170 | 354 | 70 | 61 | 0 | 7 | 351 | 116 | 103 |
| Binary | 1101000 | 1111000 | 11101100 | 111000 | 110001 | 0 | 111 | 11101001 | 1001110 | 1000011 |
Color Harmonies of #6878EC
Complementary color
Monochromatic Colors of #6878EC
Black with #6878EC
Text Example
Text Example
White with #6878EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6878EC; }
p { color: rgb(104,120,236); }
H1.HeaderClassName
{
color: #6878EC;
}
.AnyTagClassName
{
color: #6878EC;
}
</style>
background-color css
<style>
a { background-color: #6878EC; }
a { background-color: rgb(104,120,236); }
div.DivClassName
{
background-color: #6878EC;
}
.BgClassName
{
background-color: #6878EC;
}
</style>
border-color css
<style>
span { border-color: #6878EC; }
span { border-color: rgb(104,120,236); }
td.TdClassName
{
border-color: #6878EC;
}
.TagClassName
{
border-color: #6878EC;
}
</style>