Shades of Slate Blue #685ED1
Tints of Slate Blue #685ED1
RGB
CMYK
RGB Variations
Color information
#685ED1 (or 0x685ED1) is known color: Slate Blue. HEX triplet: 68, 5E and D1. RGB value is (104,94,209). Sum of RGB (Red+Green+Blue) = 104+94+209=407 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.55% from 407); Green value is 94 (37.11% from 255 or 23.10% from 407); Blue value is 209 (82.03% from 255 or 51.35% from 407); Max value from RGB is 209 - color contains mainly: blue. Hex color #685ED1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #685ED1 is #97A12E. Grayscale: #6D6D6D. Windows color (decimal): -9937199 or 13721192. OLE color: 13721192.
HSL color Cylindrical-coordinate representation of color #685ED1: hue angle of 245.22º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #685ED1 is Cyan = 0.50, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 104 | 94 | 209 | - |
| CMYK | 0.50 | 0.55 | 0 | 0.18 |
| HSL | 245.22º | 0.56% | 0.59% | - |
| HSV(B) | 245.22º | 0.55% | 0.82% | - |
| XYZ | 21.22 | 15.55 | 62.21 | - |
| YUV | 110.1 | 183.81 | 123.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 94 | 209 | 0.50 | 0.55 | 0 | 0.18 | 245.22 | 0.56 | 0.59 |
| Hex | 68 | 5E | D1 | 32 | 37 | 0 | 12 | F5 | 38 | 3B |
| Octal | 150 | 136 | 321 | 62 | 67 | 0 | 22 | 365 | 70 | 73 |
| Binary | 1101000 | 1011110 | 11010001 | 110010 | 110111 | 0 | 10010 | 11110101 | 111000 | 111011 |
Color Harmonies of #685ED1
Complementary color
Monochromatic Colors of #685ED1
Black with #685ED1
Text Example
Text Example
White with #685ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685ED1; }
p { color: rgb(104,94,209); }
H1.HeaderClassName
{
color: #685ED1;
}
.AnyTagClassName
{
color: #685ED1;
}
</style>
background-color css
<style>
a { background-color: #685ED1; }
a { background-color: rgb(104,94,209); }
div.DivClassName
{
background-color: #685ED1;
}
.BgClassName
{
background-color: #685ED1;
}
</style>
border-color css
<style>
span { border-color: #685ED1; }
span { border-color: rgb(104,94,209); }
td.TdClassName
{
border-color: #685ED1;
}
.TagClassName
{
border-color: #685ED1;
}
</style>