Shades of Medium Slate Blue #686CE5
Tints of Medium Slate Blue #686CE5
RGB
CMYK
RGB Variations
Color information
#686CE5 (or 0x686CE5) is known color: Medium Slate Blue. HEX triplet: 68, 6C and E5. RGB value is (104,108,229). Sum of RGB (Red+Green+Blue) = 104+108+229=441 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.58% from 441); Green value is 108 (42.58% from 255 or 24.49% from 441); Blue value is 229 (89.84% from 255 or 51.93% from 441); Max value from RGB is 229 - color contains mainly: blue. Hex color #686CE5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #686CE5 is #97931A. Grayscale: #787878. Windows color (decimal): -9933595 or 15035496. OLE color: 15035496.
HSL color Cylindrical-coordinate representation of color #686CE5: hue angle of 238.08º 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 #686CE5 is Cyan = 0.55, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 104 | 108 | 229 | - |
| CMYK | 0.55 | 0.53 | 0 | 0.10 |
| HSL | 238.08º | 0.71% | 0.65% | - |
| HSV(B) | 238.08º | 0.55% | 0.9% | - |
| XYZ | 25.21 | 19.33 | 76.53 | - |
| YUV | 120.6 | 189.17 | 116.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 108 | 229 | 0.55 | 0.53 | 0 | 0.10 | 238.08 | 0.71 | 0.65 |
| Hex | 68 | 6C | E5 | 37 | 35 | 0 | A | EE | 47 | 41 |
| Octal | 150 | 154 | 345 | 67 | 65 | 0 | 12 | 356 | 107 | 101 |
| Binary | 1101000 | 1101100 | 11100101 | 110111 | 110101 | 0 | 1010 | 11101110 | 1000111 | 1000001 |
Color Harmonies of #686CE5
Complementary color
Monochromatic Colors of #686CE5
Black with #686CE5
Text Example
Text Example
White with #686CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686CE5; }
p { color: rgb(104,108,229); }
H1.HeaderClassName
{
color: #686CE5;
}
.AnyTagClassName
{
color: #686CE5;
}
</style>
background-color css
<style>
a { background-color: #686CE5; }
a { background-color: rgb(104,108,229); }
div.DivClassName
{
background-color: #686CE5;
}
.BgClassName
{
background-color: #686CE5;
}
</style>
border-color css
<style>
span { border-color: #686CE5; }
span { border-color: rgb(104,108,229); }
td.TdClassName
{
border-color: #686CE5;
}
.TagClassName
{
border-color: #686CE5;
}
</style>