Shades of Medium Slate Blue #685AEA
Tints of Medium Slate Blue #685AEA
RGB
CMYK
RGB Variations
Color information
#685AEA (or 0x685AEA) is known color: Medium Slate Blue. HEX triplet: 68, 5A and EA. RGB value is (104,90,234). Sum of RGB (Red+Green+Blue) = 104+90+234=428 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.30% from 428); Green value is 90 (35.55% from 255 or 21.03% from 428); Blue value is 234 (91.80% from 255 or 54.67% from 428); Max value from RGB is 234 - color contains mainly: blue. Hex color #685AEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #685AEA is #97A515. Grayscale: #6E6E6E. Windows color (decimal): -9938198 or 15358568. OLE color: 15358568.
HSL color Cylindrical-coordinate representation of color #685AEA: hue angle of 245.83º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #685AEA is Cyan = 0.56, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 104 | 90 | 234 | - |
| CMYK | 0.56 | 0.62 | 0 | 0.08 |
| HSL | 245.83º | 0.77% | 0.64% | - |
| HSV(B) | 245.83º | 0.62% | 0.92% | - |
| XYZ | 24.22 | 16.2 | 79.69 | - |
| YUV | 110.6 | 197.64 | 123.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 90 | 234 | 0.56 | 0.62 | 0 | 0.08 | 245.83 | 0.77 | 0.64 |
| Hex | 68 | 5A | EA | 38 | 3E | 0 | 8 | F6 | 4D | 40 |
| Octal | 150 | 132 | 352 | 70 | 76 | 0 | 10 | 366 | 115 | 100 |
| Binary | 1101000 | 1011010 | 11101010 | 111000 | 111110 | 0 | 1000 | 11110110 | 1001101 | 1000000 |
Color Harmonies of #685AEA
Complementary color
Monochromatic Colors of #685AEA
Black with #685AEA
Text Example
Text Example
White with #685AEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685AEA; }
p { color: rgb(104,90,234); }
H1.HeaderClassName
{
color: #685AEA;
}
.AnyTagClassName
{
color: #685AEA;
}
</style>
background-color css
<style>
a { background-color: #685AEA; }
a { background-color: rgb(104,90,234); }
div.DivClassName
{
background-color: #685AEA;
}
.BgClassName
{
background-color: #685AEA;
}
</style>
border-color css
<style>
span { border-color: #685AEA; }
span { border-color: rgb(104,90,234); }
td.TdClassName
{
border-color: #685AEA;
}
.TagClassName
{
border-color: #685AEA;
}
</style>