Shades of Medium Slate Blue #685CEA
Tints of Medium Slate Blue #685CEA
RGB
CMYK
RGB Variations
Color information
#685CEA (or 0x685CEA) is known color: Medium Slate Blue. HEX triplet: 68, 5C and EA. RGB value is (104,92,234). Sum of RGB (Red+Green+Blue) = 104+92+234=430 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.19% from 430); Green value is 92 (36.33% from 255 or 21.40% from 430); Blue value is 234 (91.80% from 255 or 54.42% from 430); Max value from RGB is 234 - color contains mainly: blue. Hex color #685CEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #685CEA is #97A315. Grayscale: #6F6F6F. Windows color (decimal): -9937686 or 15359080. OLE color: 15359080.
HSL color Cylindrical-coordinate representation of color #685CEA: hue angle of 245.07º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #685CEA is Cyan = 0.56, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 104 | 92 | 234 | - |
| CMYK | 0.56 | 0.61 | 0 | 0.08 |
| HSL | 245.07º | 0.77% | 0.64% | - |
| HSV(B) | 245.07º | 0.61% | 0.92% | - |
| XYZ | 24.39 | 16.54 | 79.75 | - |
| YUV | 111.78 | 196.98 | 122.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 92 | 234 | 0.56 | 0.61 | 0 | 0.08 | 245.07 | 0.77 | 0.64 |
| Hex | 68 | 5C | EA | 38 | 3D | 0 | 8 | F5 | 4D | 40 |
| Octal | 150 | 134 | 352 | 70 | 75 | 0 | 10 | 365 | 115 | 100 |
| Binary | 1101000 | 1011100 | 11101010 | 111000 | 111101 | 0 | 1000 | 11110101 | 1001101 | 1000000 |
Color Harmonies of #685CEA
Complementary color
Monochromatic Colors of #685CEA
Black with #685CEA
Text Example
Text Example
White with #685CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685CEA; }
p { color: rgb(104,92,234); }
H1.HeaderClassName
{
color: #685CEA;
}
.AnyTagClassName
{
color: #685CEA;
}
</style>
background-color css
<style>
a { background-color: #685CEA; }
a { background-color: rgb(104,92,234); }
div.DivClassName
{
background-color: #685CEA;
}
.BgClassName
{
background-color: #685CEA;
}
</style>
border-color css
<style>
span { border-color: #685CEA; }
span { border-color: rgb(104,92,234); }
td.TdClassName
{
border-color: #685CEA;
}
.TagClassName
{
border-color: #685CEA;
}
</style>