Shades of Medium Slate Blue #685EFF
Tints of Medium Slate Blue #685EFF
RGB
CMYK
RGB Variations
Color information
#685EFF (or 0x685EFF) is known color: Medium Slate Blue. HEX triplet: 68, 5E and FF. RGB value is (104,94,255). Sum of RGB (Red+Green+Blue) = 104+94+255=453 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.96% from 453); Green value is 94 (37.11% from 255 or 20.75% from 453); Blue value is 255 (100% from 255 or 56.29% from 453); Max value from RGB is 255 - color contains mainly: blue. Hex color #685EFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #685EFF is #97A100. Grayscale: #727272. Windows color (decimal): -9937153 or 16735848. OLE color: 16735848.
HSL color Cylindrical-coordinate representation of color #685EFF: hue angle of 243.73º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #685EFF is Cyan = 0.59, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 104 | 94 | 255 | - |
| CMYK | 0.59 | 0.63 | 0 | 0 |
| HSL | 243.73º | 1% | 0.68% | - |
| HSV(B) | 243.73º | 0.63% | 1% | - |
| XYZ | 27.76 | 18.17 | 96.65 | - |
| YUV | 115.34 | 206.81 | 119.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 94 | 255 | 0.59 | 0.63 | 0 | 0 | 243.73 | 1 | 0.68 |
| Hex | 68 | 5E | FF | 3B | 3F | 0 | 0 | F4 | 64 | 44 |
| Octal | 150 | 136 | 377 | 73 | 77 | 0 | 0 | 364 | 144 | 104 |
| Binary | 1101000 | 1011110 | 11111111 | 111011 | 111111 | 0 | 0 | 11110100 | 1100100 | 1000100 |
Color Harmonies of #685EFF
Complementary color
Monochromatic Colors of #685EFF
Black with #685EFF
Text Example
Text Example
White with #685EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685EFF; }
p { color: rgb(104,94,255); }
H1.HeaderClassName
{
color: #685EFF;
}
.AnyTagClassName
{
color: #685EFF;
}
</style>
background-color css
<style>
a { background-color: #685EFF; }
a { background-color: rgb(104,94,255); }
div.DivClassName
{
background-color: #685EFF;
}
.BgClassName
{
background-color: #685EFF;
}
</style>
border-color css
<style>
span { border-color: #685EFF; }
span { border-color: rgb(104,94,255); }
td.TdClassName
{
border-color: #685EFF;
}
.TagClassName
{
border-color: #685EFF;
}
</style>