Shades of Medium Slate Blue #686AF6
Tints of Medium Slate Blue #686AF6
RGB
CMYK
RGB Variations
Color information
#686AF6 (or 0x686AF6) is known color: Medium Slate Blue. HEX triplet: 68, 6A and F6. RGB value is (104,106,246). Sum of RGB (Red+Green+Blue) = 104+106+246=456 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.81% from 456); Green value is 106 (41.80% from 255 or 23.25% from 456); Blue value is 246 (96.48% from 255 or 53.95% from 456); Max value from RGB is 246 - color contains mainly: blue. Hex color #686AF6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #686AF6 is #979509. Grayscale: #787878. Windows color (decimal): -9934090 or 16149096. OLE color: 16149096.
HSL color Cylindrical-coordinate representation of color #686AF6: hue angle of 239.15º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #686AF6 is Cyan = 0.58, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 104 | 106 | 246 | - |
| CMYK | 0.58 | 0.57 | 0 | 0.04 |
| HSL | 239.15º | 0.89% | 0.69% | - |
| HSV(B) | 239.15º | 0.58% | 0.96% | - |
| XYZ | 27.5 | 19.9 | 89.58 | - |
| YUV | 121.36 | 198.34 | 115.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 106 | 246 | 0.58 | 0.57 | 0 | 0.04 | 239.15 | 0.89 | 0.69 |
| Hex | 68 | 6A | F6 | 3A | 39 | 0 | 4 | EF | 59 | 45 |
| Octal | 150 | 152 | 366 | 72 | 71 | 0 | 4 | 357 | 131 | 105 |
| Binary | 1101000 | 1101010 | 11110110 | 111010 | 111001 | 0 | 100 | 11101111 | 1011001 | 1000101 |
Color Harmonies of #686AF6
Complementary color
Monochromatic Colors of #686AF6
Black with #686AF6
Text Example
Text Example
White with #686AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686AF6; }
p { color: rgb(104,106,246); }
H1.HeaderClassName
{
color: #686AF6;
}
.AnyTagClassName
{
color: #686AF6;
}
</style>
background-color css
<style>
a { background-color: #686AF6; }
a { background-color: rgb(104,106,246); }
div.DivClassName
{
background-color: #686AF6;
}
.BgClassName
{
background-color: #686AF6;
}
</style>
border-color css
<style>
span { border-color: #686AF6; }
span { border-color: rgb(104,106,246); }
td.TdClassName
{
border-color: #686AF6;
}
.TagClassName
{
border-color: #686AF6;
}
</style>