Shades of Medium Slate Blue #686AFA
Tints of Medium Slate Blue #686AFA
RGB
CMYK
RGB Variations
Color information
#686AFA (or 0x686AFA) is known color: Medium Slate Blue. HEX triplet: 68, 6A and FA. RGB value is (104,106,250). Sum of RGB (Red+Green+Blue) = 104+106+250=460 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.61% from 460); Green value is 106 (41.80% from 255 or 23.04% from 460); Blue value is 250 (98.05% from 255 or 54.35% from 460); Max value from RGB is 250 - color contains mainly: blue. Hex color #686AFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #686AFA is #979505. Grayscale: #797979. Windows color (decimal): -9934086 or 16411240. OLE color: 16411240.
HSL color Cylindrical-coordinate representation of color #686AFA: hue angle of 239.18º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #686AFA is Cyan = 0.58, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 104 | 106 | 250 | - |
| CMYK | 0.58 | 0.58 | 0 | 0.02 |
| HSL | 239.18º | 0.94% | 0.69% | - |
| HSV(B) | 239.18º | 0.58% | 0.98% | - |
| XYZ | 28.12 | 20.15 | 92.85 | - |
| YUV | 121.82 | 200.34 | 115.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 106 | 250 | 0.58 | 0.58 | 0 | 0.02 | 239.18 | 0.94 | 0.69 |
| Hex | 68 | 6A | FA | 3A | 3A | 0 | 2 | EF | 5E | 45 |
| Octal | 150 | 152 | 372 | 72 | 72 | 0 | 2 | 357 | 136 | 105 |
| Binary | 1101000 | 1101010 | 11111010 | 111010 | 111010 | 0 | 10 | 11101111 | 1011110 | 1000101 |
Color Harmonies of #686AFA
Complementary color
Monochromatic Colors of #686AFA
Black with #686AFA
Text Example
Text Example
White with #686AFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686AFA; }
p { color: rgb(104,106,250); }
H1.HeaderClassName
{
color: #686AFA;
}
.AnyTagClassName
{
color: #686AFA;
}
</style>
background-color css
<style>
a { background-color: #686AFA; }
a { background-color: rgb(104,106,250); }
div.DivClassName
{
background-color: #686AFA;
}
.BgClassName
{
background-color: #686AFA;
}
</style>
border-color css
<style>
span { border-color: #686AFA; }
span { border-color: rgb(104,106,250); }
td.TdClassName
{
border-color: #686AFA;
}
.TagClassName
{
border-color: #686AFA;
}
</style>