Shades of Medium Slate Blue #685BE6
Tints of Medium Slate Blue #685BE6
RGB
CMYK
RGB Variations
Color information
#685BE6 (or 0x685BE6) is known color: Medium Slate Blue. HEX triplet: 68, 5B and E6. RGB value is (104,91,230). Sum of RGB (Red+Green+Blue) = 104+91+230=425 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.47% from 425); Green value is 91 (35.94% from 255 or 21.41% from 425); Blue value is 230 (90.23% from 255 or 54.12% from 425); Max value from RGB is 230 - color contains mainly: blue. Hex color #685BE6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #685BE6 is #97A419. Grayscale: #6E6E6E. Windows color (decimal): -9937946 or 15096680. OLE color: 15096680.
HSL color Cylindrical-coordinate representation of color #685BE6: hue angle of 245.61º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #685BE6 is Cyan = 0.55, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 104 | 91 | 230 | - |
| CMYK | 0.55 | 0.60 | 0 | 0.10 |
| HSL | 245.61º | 0.74% | 0.63% | - |
| HSV(B) | 245.61º | 0.6% | 0.9% | - |
| XYZ | 23.73 | 16.14 | 76.73 | - |
| YUV | 110.73 | 195.31 | 123.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 91 | 230 | 0.55 | 0.60 | 0 | 0.10 | 245.61 | 0.74 | 0.63 |
| Hex | 68 | 5B | E6 | 37 | 3C | 0 | A | F6 | 4A | 3F |
| Octal | 150 | 133 | 346 | 67 | 74 | 0 | 12 | 366 | 112 | 77 |
| Binary | 1101000 | 1011011 | 11100110 | 110111 | 111100 | 0 | 1010 | 11110110 | 1001010 | 111111 |
Color Harmonies of #685BE6
Complementary color
Monochromatic Colors of #685BE6
Black with #685BE6
Text Example
Text Example
White with #685BE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685BE6; }
p { color: rgb(104,91,230); }
H1.HeaderClassName
{
color: #685BE6;
}
.AnyTagClassName
{
color: #685BE6;
}
</style>
background-color css
<style>
a { background-color: #685BE6; }
a { background-color: rgb(104,91,230); }
div.DivClassName
{
background-color: #685BE6;
}
.BgClassName
{
background-color: #685BE6;
}
</style>
border-color css
<style>
span { border-color: #685BE6; }
span { border-color: rgb(104,91,230); }
td.TdClassName
{
border-color: #685BE6;
}
.TagClassName
{
border-color: #685BE6;
}
</style>