Shades of Medium Slate Blue #685EF3
Tints of Medium Slate Blue #685EF3
RGB
CMYK
RGB Variations
Color information
#685EF3 (or 0x685EF3) is known color: Medium Slate Blue. HEX triplet: 68, 5E and F3. RGB value is (104,94,243). Sum of RGB (Red+Green+Blue) = 104+94+243=441 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.58% from 441); Green value is 94 (37.11% from 255 or 21.32% from 441); Blue value is 243 (95.31% from 255 or 55.10% from 441); Max value from RGB is 243 - color contains mainly: blue. Hex color #685EF3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #685EF3 is #97A10C. Grayscale: #717171. Windows color (decimal): -9937165 or 15949416. OLE color: 15949416.
HSL color Cylindrical-coordinate representation of color #685EF3: hue angle of 244.03º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #685EF3 is Cyan = 0.57, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 104 | 94 | 243 | - |
| CMYK | 0.57 | 0.61 | 0 | 0.05 |
| HSL | 244.03º | 0.86% | 0.66% | - |
| HSV(B) | 244.03º | 0.61% | 0.95% | - |
| XYZ | 25.89 | 17.42 | 86.79 | - |
| YUV | 113.98 | 200.81 | 120.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 94 | 243 | 0.57 | 0.61 | 0 | 0.05 | 244.03 | 0.86 | 0.66 |
| Hex | 68 | 5E | F3 | 39 | 3D | 0 | 5 | F4 | 56 | 42 |
| Octal | 150 | 136 | 363 | 71 | 75 | 0 | 5 | 364 | 126 | 102 |
| Binary | 1101000 | 1011110 | 11110011 | 111001 | 111101 | 0 | 101 | 11110100 | 1010110 | 1000010 |
Color Harmonies of #685EF3
Complementary color
Monochromatic Colors of #685EF3
Black with #685EF3
Text Example
Text Example
White with #685EF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685EF3; }
p { color: rgb(104,94,243); }
H1.HeaderClassName
{
color: #685EF3;
}
.AnyTagClassName
{
color: #685EF3;
}
</style>
background-color css
<style>
a { background-color: #685EF3; }
a { background-color: rgb(104,94,243); }
div.DivClassName
{
background-color: #685EF3;
}
.BgClassName
{
background-color: #685EF3;
}
</style>
border-color css
<style>
span { border-color: #685EF3; }
span { border-color: rgb(104,94,243); }
td.TdClassName
{
border-color: #685EF3;
}
.TagClassName
{
border-color: #685EF3;
}
</style>