Shades of Medium Slate Blue #686FF1
Tints of Medium Slate Blue #686FF1
RGB
CMYK
RGB Variations
Color information
#686FF1 (or 0x686FF1) is known color: Medium Slate Blue. HEX triplet: 68, 6F and F1. RGB value is (104,111,241). Sum of RGB (Red+Green+Blue) = 104+111+241=456 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.81% from 456); Green value is 111 (43.75% from 255 or 24.34% from 456); Blue value is 241 (94.53% from 255 or 52.85% from 456); Max value from RGB is 241 - color contains mainly: blue. Hex color #686FF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #686FF1 is #97900E. Grayscale: #7B7B7B. Windows color (decimal): -9932815 or 15822696. OLE color: 15822696.
HSL color Cylindrical-coordinate representation of color #686FF1: hue angle of 236.93º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #686FF1 is Cyan = 0.57, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 104 | 111 | 241 | - |
| CMYK | 0.57 | 0.54 | 0 | 0.05 |
| HSL | 236.93º | 0.83% | 0.68% | - |
| HSV(B) | 236.93º | 0.57% | 0.95% | - |
| XYZ | 27.27 | 20.66 | 85.77 | - |
| YUV | 123.73 | 194.18 | 113.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 111 | 241 | 0.57 | 0.54 | 0 | 0.05 | 236.93 | 0.83 | 0.68 |
| Hex | 68 | 6F | F1 | 39 | 36 | 0 | 5 | ED | 53 | 44 |
| Octal | 150 | 157 | 361 | 71 | 66 | 0 | 5 | 355 | 123 | 104 |
| Binary | 1101000 | 1101111 | 11110001 | 111001 | 110110 | 0 | 101 | 11101101 | 1010011 | 1000100 |
Color Harmonies of #686FF1
Complementary color
Monochromatic Colors of #686FF1
Black with #686FF1
Text Example
Text Example
White with #686FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686FF1; }
p { color: rgb(104,111,241); }
H1.HeaderClassName
{
color: #686FF1;
}
.AnyTagClassName
{
color: #686FF1;
}
</style>
background-color css
<style>
a { background-color: #686FF1; }
a { background-color: rgb(104,111,241); }
div.DivClassName
{
background-color: #686FF1;
}
.BgClassName
{
background-color: #686FF1;
}
</style>
border-color css
<style>
span { border-color: #686FF1; }
span { border-color: rgb(104,111,241); }
td.TdClassName
{
border-color: #686FF1;
}
.TagClassName
{
border-color: #686FF1;
}
</style>