Shades of Slate Blue #685ED5
Tints of Slate Blue #685ED5
RGB
CMYK
RGB Variations
Color information
#685ED5 (or 0x685ED5) is known color: Slate Blue. HEX triplet: 68, 5E and D5. RGB value is (104,94,213). Sum of RGB (Red+Green+Blue) = 104+94+213=411 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.30% from 411); Green value is 94 (37.11% from 255 or 22.87% from 411); Blue value is 213 (83.59% from 255 or 51.82% from 411); Max value from RGB is 213 - color contains mainly: blue. Hex color #685ED5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #685ED5 is #97A12A. Grayscale: #6E6E6E. Windows color (decimal): -9937195 or 13983336. OLE color: 13983336.
HSL color Cylindrical-coordinate representation of color #685ED5: hue angle of 245.04º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #685ED5 is Cyan = 0.51, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 104 | 94 | 213 | - |
| CMYK | 0.51 | 0.56 | 0 | 0.16 |
| HSL | 245.04º | 0.59% | 0.6% | - |
| HSV(B) | 245.04º | 0.56% | 0.84% | - |
| XYZ | 21.72 | 15.75 | 64.85 | - |
| YUV | 110.56 | 185.81 | 123.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 94 | 213 | 0.51 | 0.56 | 0 | 0.16 | 245.04 | 0.59 | 0.6 |
| Hex | 68 | 5E | D5 | 33 | 38 | 0 | 10 | F5 | 3B | 3C |
| Octal | 150 | 136 | 325 | 63 | 70 | 0 | 20 | 365 | 73 | 74 |
| Binary | 1101000 | 1011110 | 11010101 | 110011 | 111000 | 0 | 10000 | 11110101 | 111011 | 111100 |
Color Harmonies of #685ED5
Complementary color
Monochromatic Colors of #685ED5
Black with #685ED5
Text Example
Text Example
White with #685ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685ED5; }
p { color: rgb(104,94,213); }
H1.HeaderClassName
{
color: #685ED5;
}
.AnyTagClassName
{
color: #685ED5;
}
</style>
background-color css
<style>
a { background-color: #685ED5; }
a { background-color: rgb(104,94,213); }
div.DivClassName
{
background-color: #685ED5;
}
.BgClassName
{
background-color: #685ED5;
}
</style>
border-color css
<style>
span { border-color: #685ED5; }
span { border-color: rgb(104,94,213); }
td.TdClassName
{
border-color: #685ED5;
}
.TagClassName
{
border-color: #685ED5;
}
</style>