Shades of Medium Slate Blue #686AE5
Tints of Medium Slate Blue #686AE5
RGB
CMYK
RGB Variations
Color information
#686AE5 (or 0x686AE5) is known color: Medium Slate Blue. HEX triplet: 68, 6A and E5. RGB value is (104,106,229). Sum of RGB (Red+Green+Blue) = 104+106+229=439 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.69% from 439); Green value is 106 (41.80% from 255 or 24.15% from 439); Blue value is 229 (89.84% from 255 or 52.16% from 439); Max value from RGB is 229 - color contains mainly: blue. Hex color #686AE5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #686AE5 is #97951A. Grayscale: #767676. Windows color (decimal): -9934107 or 15034984. OLE color: 15034984.
HSL color Cylindrical-coordinate representation of color #686AE5: hue angle of 239.04º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #686AE5 is Cyan = 0.55, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 104 | 106 | 229 | - |
| CMYK | 0.55 | 0.54 | 0 | 0.10 |
| HSL | 239.04º | 0.71% | 0.65% | - |
| HSV(B) | 239.04º | 0.55% | 0.9% | - |
| XYZ | 25.01 | 18.91 | 76.46 | - |
| YUV | 119.42 | 189.84 | 117 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 106 | 229 | 0.55 | 0.54 | 0 | 0.10 | 239.04 | 0.71 | 0.65 |
| Hex | 68 | 6A | E5 | 37 | 36 | 0 | A | EF | 47 | 41 |
| Octal | 150 | 152 | 345 | 67 | 66 | 0 | 12 | 357 | 107 | 101 |
| Binary | 1101000 | 1101010 | 11100101 | 110111 | 110110 | 0 | 1010 | 11101111 | 1000111 | 1000001 |
Color Harmonies of #686AE5
Complementary color
Monochromatic Colors of #686AE5
Black with #686AE5
Text Example
Text Example
White with #686AE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686AE5; }
p { color: rgb(104,106,229); }
H1.HeaderClassName
{
color: #686AE5;
}
.AnyTagClassName
{
color: #686AE5;
}
</style>
background-color css
<style>
a { background-color: #686AE5; }
a { background-color: rgb(104,106,229); }
div.DivClassName
{
background-color: #686AE5;
}
.BgClassName
{
background-color: #686AE5;
}
</style>
border-color css
<style>
span { border-color: #686AE5; }
span { border-color: rgb(104,106,229); }
td.TdClassName
{
border-color: #686AE5;
}
.TagClassName
{
border-color: #686AE5;
}
</style>