Shades of Medium Slate Blue #686BFA
Tints of Medium Slate Blue #686BFA
RGB
CMYK
RGB Variations
Color information
#686BFA (or 0x686BFA) is known color: Medium Slate Blue. HEX triplet: 68, 6B and FA. RGB value is (104,107,250). Sum of RGB (Red+Green+Blue) = 104+107+250=461 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.56% from 461); Green value is 107 (42.19% from 255 or 23.21% from 461); Blue value is 250 (98.05% from 255 or 54.23% from 461); Max value from RGB is 250 - color contains mainly: blue. Hex color #686BFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #686BFA is #979405. Grayscale: #797979. Windows color (decimal): -9933830 or 16411496. OLE color: 16411496.
HSL color Cylindrical-coordinate representation of color #686BFA: hue angle of 238.77º 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 #686BFA is Cyan = 0.58, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 104 | 107 | 250 | - |
| CMYK | 0.58 | 0.57 | 0 | 0.02 |
| HSL | 238.77º | 0.94% | 0.69% | - |
| HSV(B) | 238.77º | 0.58% | 0.98% | - |
| XYZ | 28.22 | 20.36 | 92.89 | - |
| YUV | 122.41 | 200.01 | 114.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 107 | 250 | 0.58 | 0.57 | 0 | 0.02 | 238.77 | 0.94 | 0.69 |
| Hex | 68 | 6B | FA | 3A | 39 | 0 | 2 | EF | 5E | 45 |
| Octal | 150 | 153 | 372 | 72 | 71 | 0 | 2 | 357 | 136 | 105 |
| Binary | 1101000 | 1101011 | 11111010 | 111010 | 111001 | 0 | 10 | 11101111 | 1011110 | 1000101 |
Color Harmonies of #686BFA
Complementary color
Monochromatic Colors of #686BFA
Black with #686BFA
Text Example
Text Example
White with #686BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686BFA; }
p { color: rgb(104,107,250); }
H1.HeaderClassName
{
color: #686BFA;
}
.AnyTagClassName
{
color: #686BFA;
}
</style>
background-color css
<style>
a { background-color: #686BFA; }
a { background-color: rgb(104,107,250); }
div.DivClassName
{
background-color: #686BFA;
}
.BgClassName
{
background-color: #686BFA;
}
</style>
border-color css
<style>
span { border-color: #686BFA; }
span { border-color: rgb(104,107,250); }
td.TdClassName
{
border-color: #686BFA;
}
.TagClassName
{
border-color: #686BFA;
}
</style>