Shades of Slate Blue #685ADB
Tints of Slate Blue #685ADB
RGB
CMYK
RGB Variations
Color information
#685ADB (or 0x685ADB) is known color: Slate Blue. HEX triplet: 68, 5A and DB. RGB value is (104,90,219). Sum of RGB (Red+Green+Blue) = 104+90+219=413 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.18% from 413); Green value is 90 (35.55% from 255 or 21.79% from 413); Blue value is 219 (85.94% from 255 or 53.03% from 413); Max value from RGB is 219 - color contains mainly: blue. Hex color #685ADB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #685ADB is #97A524. Grayscale: #6C6C6C. Windows color (decimal): -9938213 or 14375528. OLE color: 14375528.
HSL color Cylindrical-coordinate representation of color #685ADB: hue angle of 246.51º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #685ADB is Cyan = 0.53, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 104 | 90 | 219 | - |
| CMYK | 0.53 | 0.59 | 0 | 0.14 |
| HSL | 246.51º | 0.64% | 0.61% | - |
| HSV(B) | 246.51º | 0.59% | 0.86% | - |
| XYZ | 22.15 | 15.37 | 68.82 | - |
| YUV | 108.89 | 190.14 | 124.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 90 | 219 | 0.53 | 0.59 | 0 | 0.14 | 246.51 | 0.64 | 0.61 |
| Hex | 68 | 5A | DB | 35 | 3B | 0 | E | F7 | 40 | 3D |
| Octal | 150 | 132 | 333 | 65 | 73 | 0 | 16 | 367 | 100 | 75 |
| Binary | 1101000 | 1011010 | 11011011 | 110101 | 111011 | 0 | 1110 | 11110111 | 1000000 | 111101 |
Color Harmonies of #685ADB
Complementary color
Monochromatic Colors of #685ADB
Black with #685ADB
Text Example
Text Example
White with #685ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685ADB; }
p { color: rgb(104,90,219); }
H1.HeaderClassName
{
color: #685ADB;
}
.AnyTagClassName
{
color: #685ADB;
}
</style>
background-color css
<style>
a { background-color: #685ADB; }
a { background-color: rgb(104,90,219); }
div.DivClassName
{
background-color: #685ADB;
}
.BgClassName
{
background-color: #685ADB;
}
</style>
border-color css
<style>
span { border-color: #685ADB; }
span { border-color: rgb(104,90,219); }
td.TdClassName
{
border-color: #685ADB;
}
.TagClassName
{
border-color: #685ADB;
}
</style>