Shades of Slate Blue #685CE2
Tints of Slate Blue #685CE2
RGB
CMYK
RGB Variations
Color information
#685CE2 (or 0x685CE2) is known color: Slate Blue. HEX triplet: 68, 5C and E2. RGB value is (104,92,226). Sum of RGB (Red+Green+Blue) = 104+92+226=422 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.64% from 422); Green value is 92 (36.33% from 255 or 21.80% from 422); Blue value is 226 (88.67% from 255 or 53.55% from 422); Max value from RGB is 226 - color contains mainly: blue. Hex color #685CE2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #685CE2 is #97A31D. Grayscale: #6E6E6E. Windows color (decimal): -9937694 or 14834792. OLE color: 14834792.
HSL color Cylindrical-coordinate representation of color #685CE2: hue angle of 245.37º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #685CE2 is Cyan = 0.54, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 104 | 92 | 226 | - |
| CMYK | 0.54 | 0.59 | 0 | 0.11 |
| HSL | 245.37º | 0.7% | 0.62% | - |
| HSV(B) | 245.37º | 0.59% | 0.89% | - |
| XYZ | 23.26 | 16.09 | 73.83 | - |
| YUV | 110.86 | 192.98 | 123.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 92 | 226 | 0.54 | 0.59 | 0 | 0.11 | 245.37 | 0.7 | 0.62 |
| Hex | 68 | 5C | E2 | 36 | 3B | 0 | B | F5 | 46 | 3E |
| Octal | 150 | 134 | 342 | 66 | 73 | 0 | 13 | 365 | 106 | 76 |
| Binary | 1101000 | 1011100 | 11100010 | 110110 | 111011 | 0 | 1011 | 11110101 | 1000110 | 111110 |
Color Harmonies of #685CE2
Complementary color
Monochromatic Colors of #685CE2
Black with #685CE2
Text Example
Text Example
White with #685CE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685CE2; }
p { color: rgb(104,92,226); }
H1.HeaderClassName
{
color: #685CE2;
}
.AnyTagClassName
{
color: #685CE2;
}
</style>
background-color css
<style>
a { background-color: #685CE2; }
a { background-color: rgb(104,92,226); }
div.DivClassName
{
background-color: #685CE2;
}
.BgClassName
{
background-color: #685CE2;
}
</style>
border-color css
<style>
span { border-color: #685CE2; }
span { border-color: rgb(104,92,226); }
td.TdClassName
{
border-color: #685CE2;
}
.TagClassName
{
border-color: #685CE2;
}
</style>