Shades of Medium Slate Blue #685EEC
Tints of Medium Slate Blue #685EEC
RGB
CMYK
RGB Variations
Color information
#685EEC (or 0x685EEC) is known color: Medium Slate Blue. HEX triplet: 68, 5E and EC. RGB value is (104,94,236). Sum of RGB (Red+Green+Blue) = 104+94+236=434 (57% of max value = 765). Red value is 104 (41.02% from 255 or 23.96% from 434); Green value is 94 (37.11% from 255 or 21.66% from 434); Blue value is 236 (92.58% from 255 or 54.38% from 434); Max value from RGB is 236 - color contains mainly: blue. Hex color #685EEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #685EEC is #97A113. Grayscale: #707070. Windows color (decimal): -9937172 or 15490664. OLE color: 15490664.
HSL color Cylindrical-coordinate representation of color #685EEC: hue angle of 244.23º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #685EEC is Cyan = 0.56, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 94 | 236 | - |
| CMYK | 0.56 | 0.60 | 0 | 0.07 |
| HSL | 244.23º | 0.79% | 0.65% | - |
| HSV(B) | 244.23º | 0.6% | 0.93% | - |
| XYZ | 24.85 | 17 | 81.33 | - |
| YUV | 113.18 | 197.31 | 121.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 94 | 236 | 0.56 | 0.60 | 0 | 0.07 | 244.23 | 0.79 | 0.65 |
| Hex | 68 | 5E | EC | 38 | 3C | 0 | 7 | F4 | 4F | 41 |
| Octal | 150 | 136 | 354 | 70 | 74 | 0 | 7 | 364 | 117 | 101 |
| Binary | 1101000 | 1011110 | 11101100 | 111000 | 111100 | 0 | 111 | 11110100 | 1001111 | 1000001 |
Color Harmonies of #685EEC
Complementary color
Monochromatic Colors of #685EEC
Black with #685EEC
Text Example
Text Example
White with #685EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685EEC; }
p { color: rgb(104,94,236); }
H1.HeaderClassName
{
color: #685EEC;
}
.AnyTagClassName
{
color: #685EEC;
}
</style>
background-color css
<style>
a { background-color: #685EEC; }
a { background-color: rgb(104,94,236); }
div.DivClassName
{
background-color: #685EEC;
}
.BgClassName
{
background-color: #685EEC;
}
</style>
border-color css
<style>
span { border-color: #685EEC; }
span { border-color: rgb(104,94,236); }
td.TdClassName
{
border-color: #685EEC;
}
.TagClassName
{
border-color: #685EEC;
}
</style>