Shades of Medium Slate Blue #685CED
Tints of Medium Slate Blue #685CED
RGB
CMYK
RGB Variations
Color information
#685CED (or 0x685CED) is known color: Medium Slate Blue. HEX triplet: 68, 5C and ED. RGB value is (104,92,237). Sum of RGB (Red+Green+Blue) = 104+92+237=433 (57% of max value = 765). Red value is 104 (41.02% from 255 or 24.02% from 433); Green value is 92 (36.33% from 255 or 21.25% from 433); Blue value is 237 (92.97% from 255 or 54.73% from 433); Max value from RGB is 237 - color contains mainly: blue. Hex color #685CED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #685CED is #97A312. Grayscale: #6F6F6F. Windows color (decimal): -9937683 or 15555688. OLE color: 15555688.
HSL color Cylindrical-coordinate representation of color #685CED: hue angle of 244.97º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #685CED is Cyan = 0.56, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 92 | 237 | - |
| CMYK | 0.56 | 0.61 | 0 | 0.07 |
| HSL | 244.97º | 0.8% | 0.65% | - |
| HSV(B) | 244.97º | 0.61% | 0.93% | - |
| XYZ | 24.82 | 16.71 | 82.04 | - |
| YUV | 112.12 | 198.48 | 122.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 92 | 237 | 0.56 | 0.61 | 0 | 0.07 | 244.97 | 0.8 | 0.65 |
| Hex | 68 | 5C | ED | 38 | 3D | 0 | 7 | F5 | 50 | 41 |
| Octal | 150 | 134 | 355 | 70 | 75 | 0 | 7 | 365 | 120 | 101 |
| Binary | 1101000 | 1011100 | 11101101 | 111000 | 111101 | 0 | 111 | 11110101 | 1010000 | 1000001 |
Color Harmonies of #685CED
Complementary color
Monochromatic Colors of #685CED
Black with #685CED
Text Example
Text Example
White with #685CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685CED; }
p { color: rgb(104,92,237); }
H1.HeaderClassName
{
color: #685CED;
}
.AnyTagClassName
{
color: #685CED;
}
</style>
background-color css
<style>
a { background-color: #685CED; }
a { background-color: rgb(104,92,237); }
div.DivClassName
{
background-color: #685CED;
}
.BgClassName
{
background-color: #685CED;
}
</style>
border-color css
<style>
span { border-color: #685CED; }
span { border-color: rgb(104,92,237); }
td.TdClassName
{
border-color: #685CED;
}
.TagClassName
{
border-color: #685CED;
}
</style>