Shades of Slate Blue #686ADB
Tints of Slate Blue #686ADB
RGB
CMYK
RGB Variations
Color information
#686ADB (or 0x686ADB) is known color: Slate Blue. HEX triplet: 68, 6A and DB. RGB value is (104,106,219). Sum of RGB (Red+Green+Blue) = 104+106+219=429 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.24% from 429); Green value is 106 (41.80% from 255 or 24.71% from 429); Blue value is 219 (85.94% from 255 or 51.05% from 429); Max value from RGB is 219 - color contains mainly: blue. Hex color #686ADB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #686ADB is #979524. Grayscale: #757575. Windows color (decimal): -9934117 or 14379624. OLE color: 14379624.
HSL color Cylindrical-coordinate representation of color #686ADB: hue angle of 238.96º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #686ADB is Cyan = 0.53, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 104 | 106 | 219 | - |
| CMYK | 0.53 | 0.52 | 0 | 0.14 |
| HSL | 238.96º | 0.61% | 0.63% | - |
| HSV(B) | 238.96º | 0.53% | 0.86% | - |
| XYZ | 23.65 | 18.37 | 69.32 | - |
| YUV | 118.28 | 184.84 | 117.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 106 | 219 | 0.53 | 0.52 | 0 | 0.14 | 238.96 | 0.61 | 0.63 |
| Hex | 68 | 6A | DB | 35 | 34 | 0 | E | EF | 3D | 3F |
| Octal | 150 | 152 | 333 | 65 | 64 | 0 | 16 | 357 | 75 | 77 |
| Binary | 1101000 | 1101010 | 11011011 | 110101 | 110100 | 0 | 1110 | 11101111 | 111101 | 111111 |
Color Harmonies of #686ADB
Complementary color
Monochromatic Colors of #686ADB
Black with #686ADB
Text Example
Text Example
White with #686ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686ADB; }
p { color: rgb(104,106,219); }
H1.HeaderClassName
{
color: #686ADB;
}
.AnyTagClassName
{
color: #686ADB;
}
</style>
background-color css
<style>
a { background-color: #686ADB; }
a { background-color: rgb(104,106,219); }
div.DivClassName
{
background-color: #686ADB;
}
.BgClassName
{
background-color: #686ADB;
}
</style>
border-color css
<style>
span { border-color: #686ADB; }
span { border-color: rgb(104,106,219); }
td.TdClassName
{
border-color: #686ADB;
}
.TagClassName
{
border-color: #686ADB;
}
</style>