Shades of Slate Blue #686ED6
Tints of Slate Blue #686ED6
RGB
CMYK
RGB Variations
Color information
#686ED6 (or 0x686ED6) is known color: Slate Blue. HEX triplet: 68, 6E and D6. RGB value is (104,110,214). Sum of RGB (Red+Green+Blue) = 104+110+214=428 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.30% from 428); Green value is 110 (43.36% from 255 or 25.70% from 428); Blue value is 214 (83.98% from 255 or 50% from 428); Max value from RGB is 214 - color contains mainly: blue. Hex color #686ED6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #686ED6 is #979129. Grayscale: #777777. Windows color (decimal): -9933098 or 14052968. OLE color: 14052968.
HSL color Cylindrical-coordinate representation of color #686ED6: hue angle of 236.73º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #686ED6 is Cyan = 0.51, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 104 | 110 | 214 | - |
| CMYK | 0.51 | 0.49 | 0 | 0.16 |
| HSL | 236.73º | 0.57% | 0.62% | - |
| HSV(B) | 236.73º | 0.51% | 0.84% | - |
| XYZ | 23.42 | 18.95 | 66.04 | - |
| YUV | 120.06 | 181.01 | 116.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 110 | 214 | 0.51 | 0.49 | 0 | 0.16 | 236.73 | 0.57 | 0.62 |
| Hex | 68 | 6E | D6 | 33 | 31 | 0 | 10 | ED | 39 | 3E |
| Octal | 150 | 156 | 326 | 63 | 61 | 0 | 20 | 355 | 71 | 76 |
| Binary | 1101000 | 1101110 | 11010110 | 110011 | 110001 | 0 | 10000 | 11101101 | 111001 | 111110 |
Color Harmonies of #686ED6
Complementary color
Monochromatic Colors of #686ED6
Black with #686ED6
Text Example
Text Example
White with #686ED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686ED6; }
p { color: rgb(104,110,214); }
H1.HeaderClassName
{
color: #686ED6;
}
.AnyTagClassName
{
color: #686ED6;
}
</style>
background-color css
<style>
a { background-color: #686ED6; }
a { background-color: rgb(104,110,214); }
div.DivClassName
{
background-color: #686ED6;
}
.BgClassName
{
background-color: #686ED6;
}
</style>
border-color css
<style>
span { border-color: #686ED6; }
span { border-color: rgb(104,110,214); }
td.TdClassName
{
border-color: #686ED6;
}
.TagClassName
{
border-color: #686ED6;
}
</style>