Shades of Medium Slate Blue #685FED
Tints of Medium Slate Blue #685FED
RGB
CMYK
RGB Variations
Color information
#685FED (or 0x685FED) is known color: Medium Slate Blue. HEX triplet: 68, 5F and ED. RGB value is (104,95,237). Sum of RGB (Red+Green+Blue) = 104+95+237=436 (57% of max value = 765). Red value is 104 (41.02% from 255 or 23.85% from 436); Green value is 95 (37.5% from 255 or 21.79% from 436); Blue value is 237 (92.97% from 255 or 54.36% from 436); Max value from RGB is 237 - color contains mainly: blue. Hex color #685FED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #685FED is #97A012. Grayscale: #717171. Windows color (decimal): -9936915 or 15556456. OLE color: 15556456.
HSL color Cylindrical-coordinate representation of color #685FED: hue angle of 243.8º degrees, saturation: 0.8, 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 #685FED is Cyan = 0.56, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 95 | 237 | - |
| CMYK | 0.56 | 0.60 | 0 | 0.07 |
| HSL | 243.8º | 0.8% | 0.65% | - |
| HSV(B) | 243.8º | 0.6% | 0.93% | - |
| XYZ | 25.09 | 17.24 | 82.13 | - |
| YUV | 113.88 | 197.48 | 120.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 95 | 237 | 0.56 | 0.60 | 0 | 0.07 | 243.8 | 0.8 | 0.65 |
| Hex | 68 | 5F | ED | 38 | 3C | 0 | 7 | F4 | 50 | 41 |
| Octal | 150 | 137 | 355 | 70 | 74 | 0 | 7 | 364 | 120 | 101 |
| Binary | 1101000 | 1011111 | 11101101 | 111000 | 111100 | 0 | 111 | 11110100 | 1010000 | 1000001 |
Color Harmonies of #685FED
Complementary color
Monochromatic Colors of #685FED
Black with #685FED
Text Example
Text Example
White with #685FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685FED; }
p { color: rgb(104,95,237); }
H1.HeaderClassName
{
color: #685FED;
}
.AnyTagClassName
{
color: #685FED;
}
</style>
background-color css
<style>
a { background-color: #685FED; }
a { background-color: rgb(104,95,237); }
div.DivClassName
{
background-color: #685FED;
}
.BgClassName
{
background-color: #685FED;
}
</style>
border-color css
<style>
span { border-color: #685FED; }
span { border-color: rgb(104,95,237); }
td.TdClassName
{
border-color: #685FED;
}
.TagClassName
{
border-color: #685FED;
}
</style>