Shades of Medium Slate Blue #686AF9
Tints of Medium Slate Blue #686AF9
RGB
CMYK
RGB Variations
Color information
#686AF9 (or 0x686AF9) is known color: Medium Slate Blue. HEX triplet: 68, 6A and F9. RGB value is (104,106,249). Sum of RGB (Red+Green+Blue) = 104+106+249=459 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.66% from 459); Green value is 106 (41.80% from 255 or 23.09% from 459); Blue value is 249 (97.66% from 255 or 54.25% from 459); Max value from RGB is 249 - color contains mainly: blue. Hex color #686AF9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #686AF9 is #979506. Grayscale: #797979. Windows color (decimal): -9934087 or 16345704. OLE color: 16345704.
HSL color Cylindrical-coordinate representation of color #686AF9: hue angle of 239.17º degrees, saturation: 0.92, 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 #686AF9 is Cyan = 0.58, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 104 | 106 | 249 | - |
| CMYK | 0.58 | 0.57 | 0 | 0.02 |
| HSL | 239.17º | 0.92% | 0.69% | - |
| HSV(B) | 239.17º | 0.58% | 0.98% | - |
| XYZ | 27.96 | 20.09 | 92.03 | - |
| YUV | 121.7 | 199.84 | 115.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 106 | 249 | 0.58 | 0.57 | 0 | 0.02 | 239.17 | 0.92 | 0.69 |
| Hex | 68 | 6A | F9 | 3A | 39 | 0 | 2 | EF | 5C | 45 |
| Octal | 150 | 152 | 371 | 72 | 71 | 0 | 2 | 357 | 134 | 105 |
| Binary | 1101000 | 1101010 | 11111001 | 111010 | 111001 | 0 | 10 | 11101111 | 1011100 | 1000101 |
Color Harmonies of #686AF9
Complementary color
Monochromatic Colors of #686AF9
Black with #686AF9
Text Example
Text Example
White with #686AF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686AF9; }
p { color: rgb(104,106,249); }
H1.HeaderClassName
{
color: #686AF9;
}
.AnyTagClassName
{
color: #686AF9;
}
</style>
background-color css
<style>
a { background-color: #686AF9; }
a { background-color: rgb(104,106,249); }
div.DivClassName
{
background-color: #686AF9;
}
.BgClassName
{
background-color: #686AF9;
}
</style>
border-color css
<style>
span { border-color: #686AF9; }
span { border-color: rgb(104,106,249); }
td.TdClassName
{
border-color: #686AF9;
}
.TagClassName
{
border-color: #686AF9;
}
</style>