Shades of Medium Slate Blue #685DFA
Tints of Medium Slate Blue #685DFA
RGB
CMYK
RGB Variations
Color information
#685DFA (or 0x685DFA) is known color: Medium Slate Blue. HEX triplet: 68, 5D and FA. RGB value is (104,93,250). Sum of RGB (Red+Green+Blue) = 104+93+250=447 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.27% from 447); Green value is 93 (36.72% from 255 or 20.81% from 447); Blue value is 250 (98.05% from 255 or 55.93% from 447); Max value from RGB is 250 - color contains mainly: blue. Hex color #685DFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #685DFA is #97A205. Grayscale: #717171. Windows color (decimal): -9937414 or 16407912. OLE color: 16407912.
HSL color Cylindrical-coordinate representation of color #685DFA: hue angle of 244.2º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #685DFA is Cyan = 0.58, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 104 | 93 | 250 | - |
| CMYK | 0.58 | 0.63 | 0 | 0.02 |
| HSL | 244.2º | 0.94% | 0.67% | - |
| HSV(B) | 244.2º | 0.63% | 0.98% | - |
| XYZ | 26.88 | 17.67 | 92.44 | - |
| YUV | 114.19 | 204.64 | 120.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 93 | 250 | 0.58 | 0.63 | 0 | 0.02 | 244.2 | 0.94 | 0.67 |
| Hex | 68 | 5D | FA | 3A | 3F | 0 | 2 | F4 | 5E | 43 |
| Octal | 150 | 135 | 372 | 72 | 77 | 0 | 2 | 364 | 136 | 103 |
| Binary | 1101000 | 1011101 | 11111010 | 111010 | 111111 | 0 | 10 | 11110100 | 1011110 | 1000011 |
Color Harmonies of #685DFA
Complementary color
Monochromatic Colors of #685DFA
Black with #685DFA
Text Example
Text Example
White with #685DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685DFA; }
p { color: rgb(104,93,250); }
H1.HeaderClassName
{
color: #685DFA;
}
.AnyTagClassName
{
color: #685DFA;
}
</style>
background-color css
<style>
a { background-color: #685DFA; }
a { background-color: rgb(104,93,250); }
div.DivClassName
{
background-color: #685DFA;
}
.BgClassName
{
background-color: #685DFA;
}
</style>
border-color css
<style>
span { border-color: #685DFA; }
span { border-color: rgb(104,93,250); }
td.TdClassName
{
border-color: #685DFA;
}
.TagClassName
{
border-color: #685DFA;
}
</style>