Shades of Medium Slate Blue #686DE1
Tints of Medium Slate Blue #686DE1
RGB
CMYK
RGB Variations
Color information
#686DE1 (or 0x686DE1) is known color: Medium Slate Blue. HEX triplet: 68, 6D and E1. RGB value is (104,109,225). Sum of RGB (Red+Green+Blue) = 104+109+225=438 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.74% from 438); Green value is 109 (42.97% from 255 or 24.89% from 438); Blue value is 225 (88.28% from 255 or 51.37% from 438); Max value from RGB is 225 - color contains mainly: blue. Hex color #686DE1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #686DE1 is #97921E. Grayscale: #787878. Windows color (decimal): -9933343 or 14773608. OLE color: 14773608.
HSL color Cylindrical-coordinate representation of color #686DE1: hue angle of 237.52º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #686DE1 is Cyan = 0.54, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 104 | 109 | 225 | - |
| CMYK | 0.54 | 0.52 | 0 | 0.12 |
| HSL | 237.52º | 0.67% | 0.65% | - |
| HSV(B) | 237.52º | 0.54% | 0.88% | - |
| XYZ | 24.77 | 19.32 | 73.66 | - |
| YUV | 120.73 | 186.84 | 116.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 109 | 225 | 0.54 | 0.52 | 0 | 0.12 | 237.52 | 0.67 | 0.65 |
| Hex | 68 | 6D | E1 | 36 | 34 | 0 | C | EE | 43 | 41 |
| Octal | 150 | 155 | 341 | 66 | 64 | 0 | 14 | 356 | 103 | 101 |
| Binary | 1101000 | 1101101 | 11100001 | 110110 | 110100 | 0 | 1100 | 11101110 | 1000011 | 1000001 |
Color Harmonies of #686DE1
Complementary color
Monochromatic Colors of #686DE1
Black with #686DE1
Text Example
Text Example
White with #686DE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686DE1; }
p { color: rgb(104,109,225); }
H1.HeaderClassName
{
color: #686DE1;
}
.AnyTagClassName
{
color: #686DE1;
}
</style>
background-color css
<style>
a { background-color: #686DE1; }
a { background-color: rgb(104,109,225); }
div.DivClassName
{
background-color: #686DE1;
}
.BgClassName
{
background-color: #686DE1;
}
</style>
border-color css
<style>
span { border-color: #686DE1; }
span { border-color: rgb(104,109,225); }
td.TdClassName
{
border-color: #686DE1;
}
.TagClassName
{
border-color: #686DE1;
}
</style>