Shades of Medium Slate Blue #686FE1
Tints of Medium Slate Blue #686FE1
RGB
CMYK
RGB Variations
Color information
#686FE1 (or 0x686FE1) is known color: Medium Slate Blue. HEX triplet: 68, 6F and E1. RGB value is (104,111,225). Sum of RGB (Red+Green+Blue) = 104+111+225=440 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.64% from 440); Green value is 111 (43.75% from 255 or 25.23% from 440); Blue value is 225 (88.28% from 255 or 51.14% from 440); Max value from RGB is 225 - color contains mainly: blue. Hex color #686FE1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #686FE1 is #97901E. Grayscale: #797979. Windows color (decimal): -9932831 or 14774120. OLE color: 14774120.
HSL color Cylindrical-coordinate representation of color #686FE1: hue angle of 236.53º 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 #686FE1 is Cyan = 0.54, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 104 | 111 | 225 | - |
| CMYK | 0.54 | 0.51 | 0 | 0.12 |
| HSL | 236.53º | 0.67% | 0.65% | - |
| HSV(B) | 236.53º | 0.54% | 0.88% | - |
| XYZ | 24.98 | 19.75 | 73.73 | - |
| YUV | 121.9 | 186.18 | 115.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 111 | 225 | 0.54 | 0.51 | 0 | 0.12 | 236.53 | 0.67 | 0.65 |
| Hex | 68 | 6F | E1 | 36 | 33 | 0 | C | ED | 43 | 41 |
| Octal | 150 | 157 | 341 | 66 | 63 | 0 | 14 | 355 | 103 | 101 |
| Binary | 1101000 | 1101111 | 11100001 | 110110 | 110011 | 0 | 1100 | 11101101 | 1000011 | 1000001 |
Color Harmonies of #686FE1
Complementary color
Monochromatic Colors of #686FE1
Black with #686FE1
Text Example
Text Example
White with #686FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686FE1; }
p { color: rgb(104,111,225); }
H1.HeaderClassName
{
color: #686FE1;
}
.AnyTagClassName
{
color: #686FE1;
}
</style>
background-color css
<style>
a { background-color: #686FE1; }
a { background-color: rgb(104,111,225); }
div.DivClassName
{
background-color: #686FE1;
}
.BgClassName
{
background-color: #686FE1;
}
</style>
border-color css
<style>
span { border-color: #686FE1; }
span { border-color: rgb(104,111,225); }
td.TdClassName
{
border-color: #686FE1;
}
.TagClassName
{
border-color: #686FE1;
}
</style>