Shades of Medium Slate Blue #686AFF
Tints of Medium Slate Blue #686AFF
RGB
CMYK
RGB Variations
Color information
#686AFF (or 0x686AFF) is known color: Medium Slate Blue. HEX triplet: 68, 6A and FF. RGB value is (104,106,255). Sum of RGB (Red+Green+Blue) = 104+106+255=465 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.37% from 465); Green value is 106 (41.80% from 255 or 22.80% from 465); Blue value is 255 (100% from 255 or 54.84% from 465); Max value from RGB is 255 - color contains mainly: blue. Hex color #686AFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #686AFF is #979500. Grayscale: #797979. Windows color (decimal): -9934081 or 16738920. OLE color: 16738920.
HSL color Cylindrical-coordinate representation of color #686AFF: hue angle of 239.21º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #686AFF is Cyan = 0.59, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 104 | 106 | 255 | - |
| CMYK | 0.59 | 0.58 | 0 | 0 |
| HSL | 239.21º | 1% | 0.7% | - |
| HSV(B) | 239.21º | 0.59% | 1% | - |
| XYZ | 28.91 | 20.47 | 97.04 | - |
| YUV | 122.39 | 202.84 | 114.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 106 | 255 | 0.59 | 0.58 | 0 | 0 | 239.21 | 1 | 0.7 |
| Hex | 68 | 6A | FF | 3B | 3A | 0 | 0 | EF | 64 | 46 |
| Octal | 150 | 152 | 377 | 73 | 72 | 0 | 0 | 357 | 144 | 106 |
| Binary | 1101000 | 1101010 | 11111111 | 111011 | 111010 | 0 | 0 | 11101111 | 1100100 | 1000110 |
Color Harmonies of #686AFF
Complementary color
Monochromatic Colors of #686AFF
Black with #686AFF
Text Example
Text Example
White with #686AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686AFF; }
p { color: rgb(104,106,255); }
H1.HeaderClassName
{
color: #686AFF;
}
.AnyTagClassName
{
color: #686AFF;
}
</style>
background-color css
<style>
a { background-color: #686AFF; }
a { background-color: rgb(104,106,255); }
div.DivClassName
{
background-color: #686AFF;
}
.BgClassName
{
background-color: #686AFF;
}
</style>
border-color css
<style>
span { border-color: #686AFF; }
span { border-color: rgb(104,106,255); }
td.TdClassName
{
border-color: #686AFF;
}
.TagClassName
{
border-color: #686AFF;
}
</style>