Shades of Slate Blue #686FD8
Tints of Slate Blue #686FD8
RGB
CMYK
RGB Variations
Color information
#686FD8 (or 0x686FD8) is known color: Slate Blue. HEX triplet: 68, 6F and D8. RGB value is (104,111,216). Sum of RGB (Red+Green+Blue) = 104+111+216=431 (57% of max value = 765). Red value is 104 (41.02% from 255 or 24.13% from 431); Green value is 111 (43.75% from 255 or 25.75% from 431); Blue value is 216 (84.77% from 255 or 50.12% from 431); Max value from RGB is 216 - color contains mainly: blue. Hex color #686FD8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #686FD8 is #979027. Grayscale: #787878. Windows color (decimal): -9932840 or 14184296. OLE color: 14184296.
HSL color Cylindrical-coordinate representation of color #686FD8: hue angle of 236.25º 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 #686FD8 is Cyan = 0.52, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 104 | 111 | 216 | - |
| CMYK | 0.52 | 0.49 | 0 | 0.15 |
| HSL | 236.25º | 0.59% | 0.63% | - |
| HSV(B) | 236.25º | 0.52% | 0.85% | - |
| XYZ | 23.79 | 19.27 | 67.43 | - |
| YUV | 120.88 | 181.68 | 115.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 111 | 216 | 0.52 | 0.49 | 0 | 0.15 | 236.25 | 0.59 | 0.63 |
| Hex | 68 | 6F | D8 | 34 | 31 | 0 | F | EC | 3B | 3F |
| Octal | 150 | 157 | 330 | 64 | 61 | 0 | 17 | 354 | 73 | 77 |
| Binary | 1101000 | 1101111 | 11011000 | 110100 | 110001 | 0 | 1111 | 11101100 | 111011 | 111111 |
Color Harmonies of #686FD8
Complementary color
Monochromatic Colors of #686FD8
Black with #686FD8
Text Example
Text Example
White with #686FD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686FD8; }
p { color: rgb(104,111,216); }
H1.HeaderClassName
{
color: #686FD8;
}
.AnyTagClassName
{
color: #686FD8;
}
</style>
background-color css
<style>
a { background-color: #686FD8; }
a { background-color: rgb(104,111,216); }
div.DivClassName
{
background-color: #686FD8;
}
.BgClassName
{
background-color: #686FD8;
}
</style>
border-color css
<style>
span { border-color: #686FD8; }
span { border-color: rgb(104,111,216); }
td.TdClassName
{
border-color: #686FD8;
}
.TagClassName
{
border-color: #686FD8;
}
</style>