Shades of Medium Slate Blue #686FF7
Tints of Medium Slate Blue #686FF7
RGB
CMYK
RGB Variations
Color information
#686FF7 (or 0x686FF7) is known color: Medium Slate Blue. HEX triplet: 68, 6F and F7. RGB value is (104,111,247). Sum of RGB (Red+Green+Blue) = 104+111+247=462 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.51% from 462); Green value is 111 (43.75% from 255 or 24.03% from 462); Blue value is 247 (96.88% from 255 or 53.46% from 462); Max value from RGB is 247 - color contains mainly: blue. Hex color #686FF7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #686FF7 is #979008. Grayscale: #7B7B7B. Windows color (decimal): -9932809 or 16215912. OLE color: 16215912.
HSL color Cylindrical-coordinate representation of color #686FF7: hue angle of 237.06º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #686FF7 is Cyan = 0.58, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 104 | 111 | 247 | - |
| CMYK | 0.58 | 0.55 | 0 | 0.03 |
| HSL | 237.06º | 0.9% | 0.69% | - |
| HSV(B) | 237.06º | 0.58% | 0.97% | - |
| XYZ | 28.18 | 21.03 | 90.57 | - |
| YUV | 124.41 | 197.18 | 113.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 111 | 247 | 0.58 | 0.55 | 0 | 0.03 | 237.06 | 0.9 | 0.69 |
| Hex | 68 | 6F | F7 | 3A | 37 | 0 | 3 | ED | 5A | 45 |
| Octal | 150 | 157 | 367 | 72 | 67 | 0 | 3 | 355 | 132 | 105 |
| Binary | 1101000 | 1101111 | 11110111 | 111010 | 110111 | 0 | 11 | 11101101 | 1011010 | 1000101 |
Color Harmonies of #686FF7
Complementary color
Monochromatic Colors of #686FF7
Black with #686FF7
Text Example
Text Example
White with #686FF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686FF7; }
p { color: rgb(104,111,247); }
H1.HeaderClassName
{
color: #686FF7;
}
.AnyTagClassName
{
color: #686FF7;
}
</style>
background-color css
<style>
a { background-color: #686FF7; }
a { background-color: rgb(104,111,247); }
div.DivClassName
{
background-color: #686FF7;
}
.BgClassName
{
background-color: #686FF7;
}
</style>
border-color css
<style>
span { border-color: #686FF7; }
span { border-color: rgb(104,111,247); }
td.TdClassName
{
border-color: #686FF7;
}
.TagClassName
{
border-color: #686FF7;
}
</style>