Shades of Medium Slate Blue #685DFE
Tints of Medium Slate Blue #685DFE
RGB
CMYK
RGB Variations
Color information
#685DFE (or 0x685DFE) is known color: Medium Slate Blue. HEX triplet: 68, 5D and FE. RGB value is (104,93,254). Sum of RGB (Red+Green+Blue) = 104+93+254=451 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.06% from 451); Green value is 93 (36.72% from 255 or 20.62% from 451); Blue value is 254 (99.61% from 255 or 56.32% from 451); Max value from RGB is 254 - color contains mainly: blue. Hex color #685DFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #685DFE is #97A201. Grayscale: #727272. Windows color (decimal): -9937410 or 16670056. OLE color: 16670056.
HSL color Cylindrical-coordinate representation of color #685DFE: hue angle of 244.1º 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 #685DFE is Cyan = 0.59, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 104 | 93 | 254 | - |
| CMYK | 0.59 | 0.63 | 0 | 0.00 |
| HSL | 244.1º | 0.99% | 0.68% | - |
| HSV(B) | 244.1º | 0.63% | 1% | - |
| XYZ | 27.51 | 17.93 | 95.78 | - |
| YUV | 114.64 | 206.64 | 120.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 93 | 254 | 0.59 | 0.63 | 0 | 0.00 | 244.1 | 0.99 | 0.68 |
| Hex | 68 | 5D | FE | 3B | 3F | 0 | 0 | F4 | 63 | 44 |
| Octal | 150 | 135 | 376 | 73 | 77 | 0 | 0 | 364 | 143 | 104 |
| Binary | 1101000 | 1011101 | 11111110 | 111011 | 111111 | 0 | 0 | 11110100 | 1100011 | 1000100 |
Color Harmonies of #685DFE
Complementary color
Monochromatic Colors of #685DFE
Black with #685DFE
Text Example
Text Example
White with #685DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685DFE; }
p { color: rgb(104,93,254); }
H1.HeaderClassName
{
color: #685DFE;
}
.AnyTagClassName
{
color: #685DFE;
}
</style>
background-color css
<style>
a { background-color: #685DFE; }
a { background-color: rgb(104,93,254); }
div.DivClassName
{
background-color: #685DFE;
}
.BgClassName
{
background-color: #685DFE;
}
</style>
border-color css
<style>
span { border-color: #685DFE; }
span { border-color: rgb(104,93,254); }
td.TdClassName
{
border-color: #685DFE;
}
.TagClassName
{
border-color: #685DFE;
}
</style>