Shades of Medium Slate Blue #6878E5
Tints of Medium Slate Blue #6878E5
RGB
CMYK
RGB Variations
Color information
#6878E5 (or 0x6878E5) is known color: Medium Slate Blue. HEX triplet: 68, 78 and E5. RGB value is (104,120,229). Sum of RGB (Red+Green+Blue) = 104+120+229=453 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.96% from 453); Green value is 120 (47.27% from 255 or 26.49% from 453); Blue value is 229 (89.84% from 255 or 50.55% from 453); Max value from RGB is 229 - color contains mainly: blue. Hex color #6878E5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6878E5 is #97871A. Grayscale: #7F7F7F. Windows color (decimal): -9930523 or 15038568. OLE color: 15038568.
HSL color Cylindrical-coordinate representation of color #6878E5: hue angle of 232.32º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6878E5 is Cyan = 0.55, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 104 | 120 | 229 | - |
| CMYK | 0.55 | 0.48 | 0 | 0.10 |
| HSL | 232.32º | 0.71% | 0.65% | - |
| HSV(B) | 232.32º | 0.55% | 0.9% | - |
| XYZ | 26.57 | 22.03 | 76.98 | - |
| YUV | 127.64 | 185.2 | 111.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 120 | 229 | 0.55 | 0.48 | 0 | 0.10 | 232.32 | 0.71 | 0.65 |
| Hex | 68 | 78 | E5 | 37 | 30 | 0 | A | E8 | 47 | 41 |
| Octal | 150 | 170 | 345 | 67 | 60 | 0 | 12 | 350 | 107 | 101 |
| Binary | 1101000 | 1111000 | 11100101 | 110111 | 110000 | 0 | 1010 | 11101000 | 1000111 | 1000001 |
Color Harmonies of #6878E5
Complementary color
Monochromatic Colors of #6878E5
Black with #6878E5
Text Example
Text Example
White with #6878E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6878E5; }
p { color: rgb(104,120,229); }
H1.HeaderClassName
{
color: #6878E5;
}
.AnyTagClassName
{
color: #6878E5;
}
</style>
background-color css
<style>
a { background-color: #6878E5; }
a { background-color: rgb(104,120,229); }
div.DivClassName
{
background-color: #6878E5;
}
.BgClassName
{
background-color: #6878E5;
}
</style>
border-color css
<style>
span { border-color: #6878E5; }
span { border-color: rgb(104,120,229); }
td.TdClassName
{
border-color: #6878E5;
}
.TagClassName
{
border-color: #6878E5;
}
</style>