Shades of Medium Slate Blue #685BEF
Tints of Medium Slate Blue #685BEF
RGB
CMYK
RGB Variations
Color information
#685BEF (or 0x685BEF) is known color: Medium Slate Blue. HEX triplet: 68, 5B and EF. RGB value is (104,91,239). Sum of RGB (Red+Green+Blue) = 104+91+239=434 (57% of max value = 765). Red value is 104 (41.02% from 255 or 23.96% from 434); Green value is 91 (35.94% from 255 or 20.97% from 434); Blue value is 239 (93.75% from 255 or 55.07% from 434); Max value from RGB is 239 - color contains mainly: blue. Hex color #685BEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #685BEF is #97A410. Grayscale: #6F6F6F. Windows color (decimal): -9937937 or 15686504. OLE color: 15686504.
HSL color Cylindrical-coordinate representation of color #685BEF: hue angle of 245.27º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #685BEF is Cyan = 0.56, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 104 | 91 | 239 | - |
| CMYK | 0.56 | 0.62 | 0 | 0.06 |
| HSL | 245.27º | 0.82% | 0.65% | - |
| HSV(B) | 245.27º | 0.62% | 0.94% | - |
| XYZ | 25.03 | 16.66 | 83.56 | - |
| YUV | 111.76 | 199.81 | 122.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 91 | 239 | 0.56 | 0.62 | 0 | 0.06 | 245.27 | 0.82 | 0.65 |
| Hex | 68 | 5B | EF | 38 | 3E | 0 | 6 | F5 | 52 | 41 |
| Octal | 150 | 133 | 357 | 70 | 76 | 0 | 6 | 365 | 122 | 101 |
| Binary | 1101000 | 1011011 | 11101111 | 111000 | 111110 | 0 | 110 | 11110101 | 1010010 | 1000001 |
Color Harmonies of #685BEF
Complementary color
Monochromatic Colors of #685BEF
Black with #685BEF
Text Example
Text Example
White with #685BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685BEF; }
p { color: rgb(104,91,239); }
H1.HeaderClassName
{
color: #685BEF;
}
.AnyTagClassName
{
color: #685BEF;
}
</style>
background-color css
<style>
a { background-color: #685BEF; }
a { background-color: rgb(104,91,239); }
div.DivClassName
{
background-color: #685BEF;
}
.BgClassName
{
background-color: #685BEF;
}
</style>
border-color css
<style>
span { border-color: #685BEF; }
span { border-color: rgb(104,91,239); }
td.TdClassName
{
border-color: #685BEF;
}
.TagClassName
{
border-color: #685BEF;
}
</style>