Shades of Medium Slate Blue #686AFC
Tints of Medium Slate Blue #686AFC
RGB
CMYK
RGB Variations
Color information
#686AFC (or 0x686AFC) is known color: Medium Slate Blue. HEX triplet: 68, 6A and FC. RGB value is (104,106,252). Sum of RGB (Red+Green+Blue) = 104+106+252=462 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.51% from 462); Green value is 106 (41.80% from 255 or 22.94% from 462); Blue value is 252 (98.83% from 255 or 54.55% from 462); Max value from RGB is 252 - color contains mainly: blue. Hex color #686AFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #686AFC is #979503. Grayscale: #797979. Windows color (decimal): -9934084 or 16542312. OLE color: 16542312.
HSL color Cylindrical-coordinate representation of color #686AFC: hue angle of 239.19º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #686AFC is Cyan = 0.59, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 104 | 106 | 252 | - |
| CMYK | 0.59 | 0.58 | 0 | 0.01 |
| HSL | 239.19º | 0.96% | 0.7% | - |
| HSV(B) | 239.19º | 0.59% | 0.99% | - |
| XYZ | 28.43 | 20.28 | 94.51 | - |
| YUV | 122.05 | 201.34 | 115.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 106 | 252 | 0.59 | 0.58 | 0 | 0.01 | 239.19 | 0.96 | 0.7 |
| Hex | 68 | 6A | FC | 3B | 3A | 0 | 1 | EF | 60 | 46 |
| Octal | 150 | 152 | 374 | 73 | 72 | 0 | 1 | 357 | 140 | 106 |
| Binary | 1101000 | 1101010 | 11111100 | 111011 | 111010 | 0 | 1 | 11101111 | 1100000 | 1000110 |
Color Harmonies of #686AFC
Complementary color
Monochromatic Colors of #686AFC
Black with #686AFC
Text Example
Text Example
White with #686AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686AFC; }
p { color: rgb(104,106,252); }
H1.HeaderClassName
{
color: #686AFC;
}
.AnyTagClassName
{
color: #686AFC;
}
</style>
background-color css
<style>
a { background-color: #686AFC; }
a { background-color: rgb(104,106,252); }
div.DivClassName
{
background-color: #686AFC;
}
.BgClassName
{
background-color: #686AFC;
}
</style>
border-color css
<style>
span { border-color: #686AFC; }
span { border-color: rgb(104,106,252); }
td.TdClassName
{
border-color: #686AFC;
}
.TagClassName
{
border-color: #686AFC;
}
</style>