Shades of Medium Slate Blue #686AEC
Tints of Medium Slate Blue #686AEC
RGB
CMYK
RGB Variations
Color information
#686AEC (or 0x686AEC) is known color: Medium Slate Blue. HEX triplet: 68, 6A and EC. RGB value is (104,106,236). Sum of RGB (Red+Green+Blue) = 104+106+236=446 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.32% from 446); Green value is 106 (41.80% from 255 or 23.77% from 446); Blue value is 236 (92.58% from 255 or 52.91% from 446); Max value from RGB is 236 - color contains mainly: blue. Hex color #686AEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #686AEC is #979513. Grayscale: #777777. Windows color (decimal): -9934100 or 15493736. OLE color: 15493736.
HSL color Cylindrical-coordinate representation of color #686AEC: hue angle of 239.09º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #686AEC is Cyan = 0.56, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 106 | 236 | - |
| CMYK | 0.56 | 0.55 | 0 | 0.07 |
| HSL | 239.09º | 0.78% | 0.67% | - |
| HSV(B) | 239.09º | 0.56% | 0.93% | - |
| XYZ | 26 | 19.31 | 81.71 | - |
| YUV | 120.22 | 193.34 | 116.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 106 | 236 | 0.56 | 0.55 | 0 | 0.07 | 239.09 | 0.78 | 0.67 |
| Hex | 68 | 6A | EC | 38 | 37 | 0 | 7 | EF | 4E | 43 |
| Octal | 150 | 152 | 354 | 70 | 67 | 0 | 7 | 357 | 116 | 103 |
| Binary | 1101000 | 1101010 | 11101100 | 111000 | 110111 | 0 | 111 | 11101111 | 1001110 | 1000011 |
Color Harmonies of #686AEC
Complementary color
Monochromatic Colors of #686AEC
Black with #686AEC
Text Example
Text Example
White with #686AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686AEC; }
p { color: rgb(104,106,236); }
H1.HeaderClassName
{
color: #686AEC;
}
.AnyTagClassName
{
color: #686AEC;
}
</style>
background-color css
<style>
a { background-color: #686AEC; }
a { background-color: rgb(104,106,236); }
div.DivClassName
{
background-color: #686AEC;
}
.BgClassName
{
background-color: #686AEC;
}
</style>
border-color css
<style>
span { border-color: #686AEC; }
span { border-color: rgb(104,106,236); }
td.TdClassName
{
border-color: #686AEC;
}
.TagClassName
{
border-color: #686AEC;
}
</style>