Shades of Slate Blue #686AD6
Tints of Slate Blue #686AD6
RGB
CMYK
RGB Variations
Color information
#686AD6 (or 0x686AD6) is known color: Slate Blue. HEX triplet: 68, 6A and D6. RGB value is (104,106,214). Sum of RGB (Red+Green+Blue) = 104+106+214=424 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.53% from 424); Green value is 106 (41.80% from 255 or 25% from 424); Blue value is 214 (83.98% from 255 or 50.47% from 424); Max value from RGB is 214 - color contains mainly: blue. Hex color #686AD6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #686AD6 is #979529. Grayscale: #757575. Windows color (decimal): -9934122 or 14051944. OLE color: 14051944.
HSL color Cylindrical-coordinate representation of color #686AD6: hue angle of 238.91º 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 #686AD6 is Cyan = 0.51, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 104 | 106 | 214 | - |
| CMYK | 0.51 | 0.50 | 0 | 0.16 |
| HSL | 238.91º | 0.57% | 0.62% | - |
| HSV(B) | 238.91º | 0.51% | 0.84% | - |
| XYZ | 23 | 18.11 | 65.9 | - |
| YUV | 117.71 | 182.34 | 118.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 106 | 214 | 0.51 | 0.50 | 0 | 0.16 | 238.91 | 0.57 | 0.62 |
| Hex | 68 | 6A | D6 | 33 | 32 | 0 | 10 | EF | 39 | 3E |
| Octal | 150 | 152 | 326 | 63 | 62 | 0 | 20 | 357 | 71 | 76 |
| Binary | 1101000 | 1101010 | 11010110 | 110011 | 110010 | 0 | 10000 | 11101111 | 111001 | 111110 |
Color Harmonies of #686AD6
Complementary color
Monochromatic Colors of #686AD6
Black with #686AD6
Text Example
Text Example
White with #686AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686AD6; }
p { color: rgb(104,106,214); }
H1.HeaderClassName
{
color: #686AD6;
}
.AnyTagClassName
{
color: #686AD6;
}
</style>
background-color css
<style>
a { background-color: #686AD6; }
a { background-color: rgb(104,106,214); }
div.DivClassName
{
background-color: #686AD6;
}
.BgClassName
{
background-color: #686AD6;
}
</style>
border-color css
<style>
span { border-color: #686AD6; }
span { border-color: rgb(104,106,214); }
td.TdClassName
{
border-color: #686AD6;
}
.TagClassName
{
border-color: #686AD6;
}
</style>