Shades of Medium Slate Blue #685EFA
Tints of Medium Slate Blue #685EFA
RGB
CMYK
RGB Variations
Color information
#685EFA (or 0x685EFA) is known color: Medium Slate Blue. HEX triplet: 68, 5E and FA. RGB value is (104,94,250). Sum of RGB (Red+Green+Blue) = 104+94+250=448 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.21% from 448); Green value is 94 (37.11% from 255 or 20.98% from 448); Blue value is 250 (98.05% from 255 or 55.80% from 448); Max value from RGB is 250 - color contains mainly: blue. Hex color #685EFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #685EFA is #97A105. Grayscale: #727272. Windows color (decimal): -9937158 or 16408168. OLE color: 16408168.
HSL color Cylindrical-coordinate representation of color #685EFA: hue angle of 243.85º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #685EFA is Cyan = 0.58, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 104 | 94 | 250 | - |
| CMYK | 0.58 | 0.62 | 0 | 0.02 |
| HSL | 243.85º | 0.94% | 0.67% | - |
| HSV(B) | 243.85º | 0.62% | 0.98% | - |
| XYZ | 26.97 | 17.85 | 92.47 | - |
| YUV | 114.77 | 204.31 | 120.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 94 | 250 | 0.58 | 0.62 | 0 | 0.02 | 243.85 | 0.94 | 0.67 |
| Hex | 68 | 5E | FA | 3A | 3E | 0 | 2 | F4 | 5E | 43 |
| Octal | 150 | 136 | 372 | 72 | 76 | 0 | 2 | 364 | 136 | 103 |
| Binary | 1101000 | 1011110 | 11111010 | 111010 | 111110 | 0 | 10 | 11110100 | 1011110 | 1000011 |
Color Harmonies of #685EFA
Complementary color
Monochromatic Colors of #685EFA
Black with #685EFA
Text Example
Text Example
White with #685EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685EFA; }
p { color: rgb(104,94,250); }
H1.HeaderClassName
{
color: #685EFA;
}
.AnyTagClassName
{
color: #685EFA;
}
</style>
background-color css
<style>
a { background-color: #685EFA; }
a { background-color: rgb(104,94,250); }
div.DivClassName
{
background-color: #685EFA;
}
.BgClassName
{
background-color: #685EFA;
}
</style>
border-color css
<style>
span { border-color: #685EFA; }
span { border-color: rgb(104,94,250); }
td.TdClassName
{
border-color: #685EFA;
}
.TagClassName
{
border-color: #685EFA;
}
</style>