Shades of Medium Slate Blue #685EF2
Tints of Medium Slate Blue #685EF2
RGB
CMYK
RGB Variations
Color information
#685EF2 (or 0x685EF2) is known color: Medium Slate Blue. HEX triplet: 68, 5E and F2. RGB value is (104,94,242). Sum of RGB (Red+Green+Blue) = 104+94+242=440 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.64% from 440); Green value is 94 (37.11% from 255 or 21.36% from 440); Blue value is 242 (94.92% from 255 or 55% from 440); Max value from RGB is 242 - color contains mainly: blue. Hex color #685EF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #685EF2 is #97A10D. Grayscale: #717171. Windows color (decimal): -9937166 or 15883880. OLE color: 15883880.
HSL color Cylindrical-coordinate representation of color #685EF2: hue angle of 244.05º degrees, saturation: 0.85, 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 #685EF2 is Cyan = 0.57, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 104 | 94 | 242 | - |
| CMYK | 0.57 | 0.61 | 0 | 0.05 |
| HSL | 244.05º | 0.85% | 0.66% | - |
| HSV(B) | 244.05º | 0.61% | 0.95% | - |
| XYZ | 25.74 | 17.36 | 86 | - |
| YUV | 113.86 | 200.31 | 120.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 94 | 242 | 0.57 | 0.61 | 0 | 0.05 | 244.05 | 0.85 | 0.66 |
| Hex | 68 | 5E | F2 | 39 | 3D | 0 | 5 | F4 | 55 | 42 |
| Octal | 150 | 136 | 362 | 71 | 75 | 0 | 5 | 364 | 125 | 102 |
| Binary | 1101000 | 1011110 | 11110010 | 111001 | 111101 | 0 | 101 | 11110100 | 1010101 | 1000010 |
Color Harmonies of #685EF2
Complementary color
Monochromatic Colors of #685EF2
Black with #685EF2
Text Example
Text Example
White with #685EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685EF2; }
p { color: rgb(104,94,242); }
H1.HeaderClassName
{
color: #685EF2;
}
.AnyTagClassName
{
color: #685EF2;
}
</style>
background-color css
<style>
a { background-color: #685EF2; }
a { background-color: rgb(104,94,242); }
div.DivClassName
{
background-color: #685EF2;
}
.BgClassName
{
background-color: #685EF2;
}
</style>
border-color css
<style>
span { border-color: #685EF2; }
span { border-color: rgb(104,94,242); }
td.TdClassName
{
border-color: #685EF2;
}
.TagClassName
{
border-color: #685EF2;
}
</style>