Shades of Medium Slate Blue #685CE6
Tints of Medium Slate Blue #685CE6
RGB
CMYK
RGB Variations
Color information
#685CE6 (or 0x685CE6) is known color: Medium Slate Blue. HEX triplet: 68, 5C and E6. RGB value is (104,92,230). Sum of RGB (Red+Green+Blue) = 104+92+230=426 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.41% from 426); Green value is 92 (36.33% from 255 or 21.60% from 426); Blue value is 230 (90.23% from 255 or 53.99% from 426); Max value from RGB is 230 - color contains mainly: blue. Hex color #685CE6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #685CE6 is #97A319. Grayscale: #6E6E6E. Windows color (decimal): -9937690 or 15096936. OLE color: 15096936.
HSL color Cylindrical-coordinate representation of color #685CE6: hue angle of 245.22º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #685CE6 is Cyan = 0.55, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 104 | 92 | 230 | - |
| CMYK | 0.55 | 0.60 | 0 | 0.10 |
| HSL | 245.22º | 0.73% | 0.63% | - |
| HSV(B) | 245.22º | 0.6% | 0.9% | - |
| XYZ | 23.82 | 16.31 | 76.76 | - |
| YUV | 111.32 | 194.98 | 122.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 92 | 230 | 0.55 | 0.60 | 0 | 0.10 | 245.22 | 0.73 | 0.63 |
| Hex | 68 | 5C | E6 | 37 | 3C | 0 | A | F5 | 49 | 3F |
| Octal | 150 | 134 | 346 | 67 | 74 | 0 | 12 | 365 | 111 | 77 |
| Binary | 1101000 | 1011100 | 11100110 | 110111 | 111100 | 0 | 1010 | 11110101 | 1001001 | 111111 |
Color Harmonies of #685CE6
Complementary color
Monochromatic Colors of #685CE6
Black with #685CE6
Text Example
Text Example
White with #685CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685CE6; }
p { color: rgb(104,92,230); }
H1.HeaderClassName
{
color: #685CE6;
}
.AnyTagClassName
{
color: #685CE6;
}
</style>
background-color css
<style>
a { background-color: #685CE6; }
a { background-color: rgb(104,92,230); }
div.DivClassName
{
background-color: #685CE6;
}
.BgClassName
{
background-color: #685CE6;
}
</style>
border-color css
<style>
span { border-color: #685CE6; }
span { border-color: rgb(104,92,230); }
td.TdClassName
{
border-color: #685CE6;
}
.TagClassName
{
border-color: #685CE6;
}
</style>