Shades of Medium Slate Blue #685EFE
Tints of Medium Slate Blue #685EFE
RGB
CMYK
RGB Variations
Color information
#685EFE (or 0x685EFE) is known color: Medium Slate Blue. HEX triplet: 68, 5E and FE. RGB value is (104,94,254). Sum of RGB (Red+Green+Blue) = 104+94+254=452 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.01% from 452); Green value is 94 (37.11% from 255 or 20.80% from 452); Blue value is 254 (99.61% from 255 or 56.19% from 452); Max value from RGB is 254 - color contains mainly: blue. Hex color #685EFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #685EFE is #97A101. Grayscale: #727272. Windows color (decimal): -9937154 or 16670312. OLE color: 16670312.
HSL color Cylindrical-coordinate representation of color #685EFE: hue angle of 243.75º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #685EFE is Cyan = 0.59, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 104 | 94 | 254 | - |
| CMYK | 0.59 | 0.63 | 0 | 0.00 |
| HSL | 243.75º | 0.99% | 0.68% | - |
| HSV(B) | 243.75º | 0.63% | 1% | - |
| XYZ | 27.6 | 18.1 | 95.81 | - |
| YUV | 115.23 | 206.31 | 119.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 94 | 254 | 0.59 | 0.63 | 0 | 0.00 | 243.75 | 0.99 | 0.68 |
| Hex | 68 | 5E | FE | 3B | 3F | 0 | 0 | F4 | 63 | 44 |
| Octal | 150 | 136 | 376 | 73 | 77 | 0 | 0 | 364 | 143 | 104 |
| Binary | 1101000 | 1011110 | 11111110 | 111011 | 111111 | 0 | 0 | 11110100 | 1100011 | 1000100 |
Color Harmonies of #685EFE
Complementary color
Monochromatic Colors of #685EFE
Black with #685EFE
Text Example
Text Example
White with #685EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685EFE; }
p { color: rgb(104,94,254); }
H1.HeaderClassName
{
color: #685EFE;
}
.AnyTagClassName
{
color: #685EFE;
}
</style>
background-color css
<style>
a { background-color: #685EFE; }
a { background-color: rgb(104,94,254); }
div.DivClassName
{
background-color: #685EFE;
}
.BgClassName
{
background-color: #685EFE;
}
</style>
border-color css
<style>
span { border-color: #685EFE; }
span { border-color: rgb(104,94,254); }
td.TdClassName
{
border-color: #685EFE;
}
.TagClassName
{
border-color: #685EFE;
}
</style>