Shades of Medium Slate Blue #685DEC
Tints of Medium Slate Blue #685DEC
RGB
CMYK
RGB Variations
Color information
#685DEC (or 0x685DEC) is known color: Medium Slate Blue. HEX triplet: 68, 5D and EC. RGB value is (104,93,236). Sum of RGB (Red+Green+Blue) = 104+93+236=433 (57% of max value = 765). Red value is 104 (41.02% from 255 or 24.02% from 433); Green value is 93 (36.72% from 255 or 21.48% from 433); Blue value is 236 (92.58% from 255 or 54.50% from 433); Max value from RGB is 236 - color contains mainly: blue. Hex color #685DEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #685DEC is #97A213. Grayscale: #707070. Windows color (decimal): -9937428 or 15490408. OLE color: 15490408.
HSL color Cylindrical-coordinate representation of color #685DEC: hue angle of 244.62º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #685DEC is Cyan = 0.56, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 93 | 236 | - |
| CMYK | 0.56 | 0.61 | 0 | 0.07 |
| HSL | 244.62º | 0.79% | 0.65% | - |
| HSV(B) | 244.62º | 0.61% | 0.93% | - |
| XYZ | 24.76 | 16.83 | 81.3 | - |
| YUV | 112.59 | 197.64 | 121.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 93 | 236 | 0.56 | 0.61 | 0 | 0.07 | 244.62 | 0.79 | 0.65 |
| Hex | 68 | 5D | EC | 38 | 3D | 0 | 7 | F5 | 4F | 41 |
| Octal | 150 | 135 | 354 | 70 | 75 | 0 | 7 | 365 | 117 | 101 |
| Binary | 1101000 | 1011101 | 11101100 | 111000 | 111101 | 0 | 111 | 11110101 | 1001111 | 1000001 |
Color Harmonies of #685DEC
Complementary color
Monochromatic Colors of #685DEC
Black with #685DEC
Text Example
Text Example
White with #685DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685DEC; }
p { color: rgb(104,93,236); }
H1.HeaderClassName
{
color: #685DEC;
}
.AnyTagClassName
{
color: #685DEC;
}
</style>
background-color css
<style>
a { background-color: #685DEC; }
a { background-color: rgb(104,93,236); }
div.DivClassName
{
background-color: #685DEC;
}
.BgClassName
{
background-color: #685DEC;
}
</style>
border-color css
<style>
span { border-color: #685DEC; }
span { border-color: rgb(104,93,236); }
td.TdClassName
{
border-color: #685DEC;
}
.TagClassName
{
border-color: #685DEC;
}
</style>