Shades of Slate Blue #686DDB
Tints of Slate Blue #686DDB
RGB
CMYK
RGB Variations
Color information
#686DDB (or 0x686DDB) is known color: Slate Blue. HEX triplet: 68, 6D and DB. RGB value is (104,109,219). Sum of RGB (Red+Green+Blue) = 104+109+219=432 (57% of max value = 765). Red value is 104 (41.02% from 255 or 24.07% from 432); Green value is 109 (42.97% from 255 or 25.23% from 432); Blue value is 219 (85.94% from 255 or 50.69% from 432); Max value from RGB is 219 - color contains mainly: blue. Hex color #686DDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #686DDB is #979224. Grayscale: #777777. Windows color (decimal): -9933349 or 14380392. OLE color: 14380392.
HSL color Cylindrical-coordinate representation of color #686DDB: hue angle of 237.39º 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 #686DDB is Cyan = 0.53, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 104 | 109 | 219 | - |
| CMYK | 0.53 | 0.50 | 0 | 0.14 |
| HSL | 237.39º | 0.61% | 0.63% | - |
| HSV(B) | 237.39º | 0.53% | 0.86% | - |
| XYZ | 23.96 | 18.99 | 69.42 | - |
| YUV | 120.05 | 183.84 | 116.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 109 | 219 | 0.53 | 0.50 | 0 | 0.14 | 237.39 | 0.61 | 0.63 |
| Hex | 68 | 6D | DB | 35 | 32 | 0 | E | ED | 3D | 3F |
| Octal | 150 | 155 | 333 | 65 | 62 | 0 | 16 | 355 | 75 | 77 |
| Binary | 1101000 | 1101101 | 11011011 | 110101 | 110010 | 0 | 1110 | 11101101 | 111101 | 111111 |
Color Harmonies of #686DDB
Complementary color
Monochromatic Colors of #686DDB
Black with #686DDB
Text Example
Text Example
White with #686DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686DDB; }
p { color: rgb(104,109,219); }
H1.HeaderClassName
{
color: #686DDB;
}
.AnyTagClassName
{
color: #686DDB;
}
</style>
background-color css
<style>
a { background-color: #686DDB; }
a { background-color: rgb(104,109,219); }
div.DivClassName
{
background-color: #686DDB;
}
.BgClassName
{
background-color: #686DDB;
}
</style>
border-color css
<style>
span { border-color: #686DDB; }
span { border-color: rgb(104,109,219); }
td.TdClassName
{
border-color: #686DDB;
}
.TagClassName
{
border-color: #686DDB;
}
</style>