Shades of Medium Slate Blue #686AE0
Tints of Medium Slate Blue #686AE0
RGB
CMYK
RGB Variations
Color information
#686AE0 (or 0x686AE0) is known color: Medium Slate Blue. HEX triplet: 68, 6A and E0. RGB value is (104,106,224). Sum of RGB (Red+Green+Blue) = 104+106+224=434 (57% of max value = 765). Red value is 104 (41.02% from 255 or 23.96% from 434); Green value is 106 (41.80% from 255 or 24.42% from 434); Blue value is 224 (87.89% from 255 or 51.61% from 434); Max value from RGB is 224 - color contains mainly: blue. Hex color #686AE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #686AE0 is #97951F. Grayscale: #767676. Windows color (decimal): -9934112 or 14707304. OLE color: 14707304.
HSL color Cylindrical-coordinate representation of color #686AE0: hue angle of 239º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #686AE0 is Cyan = 0.54, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 104 | 106 | 224 | - |
| CMYK | 0.54 | 0.53 | 0 | 0.12 |
| HSL | 239º | 0.66% | 0.64% | - |
| HSV(B) | 239º | 0.54% | 0.88% | - |
| XYZ | 24.32 | 18.63 | 72.84 | - |
| YUV | 118.85 | 187.34 | 117.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 106 | 224 | 0.54 | 0.53 | 0 | 0.12 | 239 | 0.66 | 0.64 |
| Hex | 68 | 6A | E0 | 36 | 35 | 0 | C | EF | 42 | 40 |
| Octal | 150 | 152 | 340 | 66 | 65 | 0 | 14 | 357 | 102 | 100 |
| Binary | 1101000 | 1101010 | 11100000 | 110110 | 110101 | 0 | 1100 | 11101111 | 1000010 | 1000000 |
Color Harmonies of #686AE0
Complementary color
Monochromatic Colors of #686AE0
Black with #686AE0
Text Example
Text Example
White with #686AE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686AE0; }
p { color: rgb(104,106,224); }
H1.HeaderClassName
{
color: #686AE0;
}
.AnyTagClassName
{
color: #686AE0;
}
</style>
background-color css
<style>
a { background-color: #686AE0; }
a { background-color: rgb(104,106,224); }
div.DivClassName
{
background-color: #686AE0;
}
.BgClassName
{
background-color: #686AE0;
}
</style>
border-color css
<style>
span { border-color: #686AE0; }
span { border-color: rgb(104,106,224); }
td.TdClassName
{
border-color: #686AE0;
}
.TagClassName
{
border-color: #686AE0;
}
</style>