Shades of Medium Slate Blue #685CEC
Tints of Medium Slate Blue #685CEC
RGB
CMYK
RGB Variations
Color information
#685CEC (or 0x685CEC) is known color: Medium Slate Blue. HEX triplet: 68, 5C and EC. RGB value is (104,92,236). Sum of RGB (Red+Green+Blue) = 104+92+236=432 (57% of max value = 765). Red value is 104 (41.02% from 255 or 24.07% from 432); Green value is 92 (36.33% from 255 or 21.30% from 432); Blue value is 236 (92.58% from 255 or 54.63% from 432); Max value from RGB is 236 - color contains mainly: blue. Hex color #685CEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #685CEC is #97A313. Grayscale: #6F6F6F. Windows color (decimal): -9937684 or 15490152. OLE color: 15490152.
HSL color Cylindrical-coordinate representation of color #685CEC: hue angle of 245º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #685CEC is Cyan = 0.56, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 92 | 236 | - |
| CMYK | 0.56 | 0.61 | 0 | 0.07 |
| HSL | 245º | 0.79% | 0.64% | - |
| HSV(B) | 245º | 0.61% | 0.93% | - |
| XYZ | 24.68 | 16.65 | 81.27 | - |
| YUV | 112 | 197.98 | 122.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 92 | 236 | 0.56 | 0.61 | 0 | 0.07 | 245 | 0.79 | 0.64 |
| Hex | 68 | 5C | EC | 38 | 3D | 0 | 7 | F5 | 4F | 40 |
| Octal | 150 | 134 | 354 | 70 | 75 | 0 | 7 | 365 | 117 | 100 |
| Binary | 1101000 | 1011100 | 11101100 | 111000 | 111101 | 0 | 111 | 11110101 | 1001111 | 1000000 |
Color Harmonies of #685CEC
Complementary color
Monochromatic Colors of #685CEC
Black with #685CEC
Text Example
Text Example
White with #685CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685CEC; }
p { color: rgb(104,92,236); }
H1.HeaderClassName
{
color: #685CEC;
}
.AnyTagClassName
{
color: #685CEC;
}
</style>
background-color css
<style>
a { background-color: #685CEC; }
a { background-color: rgb(104,92,236); }
div.DivClassName
{
background-color: #685CEC;
}
.BgClassName
{
background-color: #685CEC;
}
</style>
border-color css
<style>
span { border-color: #685CEC; }
span { border-color: rgb(104,92,236); }
td.TdClassName
{
border-color: #685CEC;
}
.TagClassName
{
border-color: #685CEC;
}
</style>