Shades of Medium Slate Blue #6D78EC
Tints of Medium Slate Blue #6D78EC
RGB
CMYK
RGB Variations
Color information
#6D78EC (or 0x6D78EC) is known color: Medium Slate Blue. HEX triplet: 6D, 78 and EC. RGB value is (109,120,236). Sum of RGB (Red+Green+Blue) = 109+120+236=465 (61% of max value = 765). Red value is 109 (42.97% from 255 or 23.44% from 465); Green value is 120 (47.27% from 255 or 25.81% from 465); Blue value is 236 (92.58% from 255 or 50.75% from 465); Max value from RGB is 236 - color contains mainly: blue. Hex color #6D78EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6D78EC is #928713. Grayscale: #818181. Windows color (decimal): -9602836 or 15497325. OLE color: 15497325.
HSL color Cylindrical-coordinate representation of color #6D78EC: hue angle of 234.8º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6D78EC is Cyan = 0.54, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 109 | 120 | 236 | - |
| CMYK | 0.54 | 0.49 | 0 | 0.07 |
| HSL | 234.8º | 0.77% | 0.68% | - |
| HSV(B) | 234.8º | 0.54% | 0.93% | - |
| XYZ | 28.16 | 22.74 | 82.26 | - |
| YUV | 129.94 | 187.86 | 113.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 120 | 236 | 0.54 | 0.49 | 0 | 0.07 | 234.8 | 0.77 | 0.68 |
| Hex | 6D | 78 | EC | 36 | 31 | 0 | 7 | EB | 4D | 44 |
| Octal | 155 | 170 | 354 | 66 | 61 | 0 | 7 | 353 | 115 | 104 |
| Binary | 1101101 | 1111000 | 11101100 | 110110 | 110001 | 0 | 111 | 11101011 | 1001101 | 1000100 |
Color Harmonies of #6D78EC
Complementary color
Monochromatic Colors of #6D78EC
Black with #6D78EC
Text Example
Text Example
White with #6D78EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D78EC; }
p { color: rgb(109,120,236); }
H1.HeaderClassName
{
color: #6D78EC;
}
.AnyTagClassName
{
color: #6D78EC;
}
</style>
background-color css
<style>
a { background-color: #6D78EC; }
a { background-color: rgb(109,120,236); }
div.DivClassName
{
background-color: #6D78EC;
}
.BgClassName
{
background-color: #6D78EC;
}
</style>
border-color css
<style>
span { border-color: #6D78EC; }
span { border-color: rgb(109,120,236); }
td.TdClassName
{
border-color: #6D78EC;
}
.TagClassName
{
border-color: #6D78EC;
}
</style>