Shades of Slate Blue #686FDB
Tints of Slate Blue #686FDB
RGB
CMYK
RGB Variations
Color information
#686FDB (or 0x686FDB) is known color: Slate Blue. HEX triplet: 68, 6F and DB. RGB value is (104,111,219). Sum of RGB (Red+Green+Blue) = 104+111+219=434 (57% of max value = 765). Red value is 104 (41.02% from 255 or 23.96% from 434); Green value is 111 (43.75% from 255 or 25.58% from 434); Blue value is 219 (85.94% from 255 or 50.46% from 434); Max value from RGB is 219 - color contains mainly: blue. Hex color #686FDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #686FDB is #979024. Grayscale: #787878. Windows color (decimal): -9932837 or 14380904. OLE color: 14380904.
HSL color Cylindrical-coordinate representation of color #686FDB: hue angle of 236.35º 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 #686FDB is Cyan = 0.53, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 104 | 111 | 219 | - |
| CMYK | 0.53 | 0.49 | 0 | 0.14 |
| HSL | 236.35º | 0.61% | 0.63% | - |
| HSV(B) | 236.35º | 0.53% | 0.86% | - |
| XYZ | 24.18 | 19.43 | 69.49 | - |
| YUV | 121.22 | 183.18 | 115.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 111 | 219 | 0.53 | 0.49 | 0 | 0.14 | 236.35 | 0.61 | 0.63 |
| Hex | 68 | 6F | DB | 35 | 31 | 0 | E | EC | 3D | 3F |
| Octal | 150 | 157 | 333 | 65 | 61 | 0 | 16 | 354 | 75 | 77 |
| Binary | 1101000 | 1101111 | 11011011 | 110101 | 110001 | 0 | 1110 | 11101100 | 111101 | 111111 |
Color Harmonies of #686FDB
Complementary color
Monochromatic Colors of #686FDB
Black with #686FDB
Text Example
Text Example
White with #686FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686FDB; }
p { color: rgb(104,111,219); }
H1.HeaderClassName
{
color: #686FDB;
}
.AnyTagClassName
{
color: #686FDB;
}
</style>
background-color css
<style>
a { background-color: #686FDB; }
a { background-color: rgb(104,111,219); }
div.DivClassName
{
background-color: #686FDB;
}
.BgClassName
{
background-color: #686FDB;
}
</style>
border-color css
<style>
span { border-color: #686FDB; }
span { border-color: rgb(104,111,219); }
td.TdClassName
{
border-color: #686FDB;
}
.TagClassName
{
border-color: #686FDB;
}
</style>