Shades of Slate Blue #686AD8
Tints of Slate Blue #686AD8
RGB
CMYK
RGB Variations
Color information
#686AD8 (or 0x686AD8) is known color: Slate Blue. HEX triplet: 68, 6A and D8. RGB value is (104,106,216). Sum of RGB (Red+Green+Blue) = 104+106+216=426 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.41% from 426); Green value is 106 (41.80% from 255 or 24.88% from 426); Blue value is 216 (84.77% from 255 or 50.70% from 426); Max value from RGB is 216 - color contains mainly: blue. Hex color #686AD8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #686AD8 is #979527. Grayscale: #757575. Windows color (decimal): -9934120 or 14183016. OLE color: 14183016.
HSL color Cylindrical-coordinate representation of color #686AD8: hue angle of 238.93º degrees, saturation: 0.59, 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 #686AD8 is Cyan = 0.52, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 104 | 106 | 216 | - |
| CMYK | 0.52 | 0.51 | 0 | 0.15 |
| HSL | 238.93º | 0.59% | 0.63% | - |
| HSV(B) | 238.93º | 0.52% | 0.85% | - |
| XYZ | 23.26 | 18.21 | 67.25 | - |
| YUV | 117.94 | 183.34 | 118.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 106 | 216 | 0.52 | 0.51 | 0 | 0.15 | 238.93 | 0.59 | 0.63 |
| Hex | 68 | 6A | D8 | 34 | 33 | 0 | F | EF | 3B | 3F |
| Octal | 150 | 152 | 330 | 64 | 63 | 0 | 17 | 357 | 73 | 77 |
| Binary | 1101000 | 1101010 | 11011000 | 110100 | 110011 | 0 | 1111 | 11101111 | 111011 | 111111 |
Color Harmonies of #686AD8
Complementary color
Monochromatic Colors of #686AD8
Black with #686AD8
Text Example
Text Example
White with #686AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686AD8; }
p { color: rgb(104,106,216); }
H1.HeaderClassName
{
color: #686AD8;
}
.AnyTagClassName
{
color: #686AD8;
}
</style>
background-color css
<style>
a { background-color: #686AD8; }
a { background-color: rgb(104,106,216); }
div.DivClassName
{
background-color: #686AD8;
}
.BgClassName
{
background-color: #686AD8;
}
</style>
border-color css
<style>
span { border-color: #686AD8; }
span { border-color: rgb(104,106,216); }
td.TdClassName
{
border-color: #686AD8;
}
.TagClassName
{
border-color: #686AD8;
}
</style>