Shades of Slate Blue #686AD9
Tints of Slate Blue #686AD9
RGB
CMYK
RGB Variations
Color information
#686AD9 (or 0x686AD9) is known color: Slate Blue. HEX triplet: 68, 6A and D9. RGB value is (104,106,217). Sum of RGB (Red+Green+Blue) = 104+106+217=427 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.36% from 427); Green value is 106 (41.80% from 255 or 24.82% from 427); Blue value is 217 (85.16% from 255 or 50.82% from 427); Max value from RGB is 217 - color contains mainly: blue. Hex color #686AD9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #686AD9 is #979526. Grayscale: #757575. Windows color (decimal): -9934119 or 14248552. OLE color: 14248552.
HSL color Cylindrical-coordinate representation of color #686AD9: hue angle of 238.94º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #686AD9 is Cyan = 0.52, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 104 | 106 | 217 | - |
| CMYK | 0.52 | 0.51 | 0 | 0.15 |
| HSL | 238.94º | 0.6% | 0.63% | - |
| HSV(B) | 238.94º | 0.52% | 0.85% | - |
| XYZ | 23.39 | 18.26 | 67.94 | - |
| YUV | 118.06 | 183.84 | 117.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 106 | 217 | 0.52 | 0.51 | 0 | 0.15 | 238.94 | 0.6 | 0.63 |
| Hex | 68 | 6A | D9 | 34 | 33 | 0 | F | EF | 3C | 3F |
| Octal | 150 | 152 | 331 | 64 | 63 | 0 | 17 | 357 | 74 | 77 |
| Binary | 1101000 | 1101010 | 11011001 | 110100 | 110011 | 0 | 1111 | 11101111 | 111100 | 111111 |
Color Harmonies of #686AD9
Complementary color
Monochromatic Colors of #686AD9
Black with #686AD9
Text Example
Text Example
White with #686AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686AD9; }
p { color: rgb(104,106,217); }
H1.HeaderClassName
{
color: #686AD9;
}
.AnyTagClassName
{
color: #686AD9;
}
</style>
background-color css
<style>
a { background-color: #686AD9; }
a { background-color: rgb(104,106,217); }
div.DivClassName
{
background-color: #686AD9;
}
.BgClassName
{
background-color: #686AD9;
}
</style>
border-color css
<style>
span { border-color: #686AD9; }
span { border-color: rgb(104,106,217); }
td.TdClassName
{
border-color: #686AD9;
}
.TagClassName
{
border-color: #686AD9;
}
</style>