Shades of Slate Blue #686BDC
Tints of Slate Blue #686BDC
RGB
CMYK
RGB Variations
Color information
#686BDC (or 0x686BDC) is known color: Slate Blue. HEX triplet: 68, 6B and DC. RGB value is (104,107,220). Sum of RGB (Red+Green+Blue) = 104+107+220=431 (57% of max value = 765). Red value is 104 (41.02% from 255 or 24.13% from 431); Green value is 107 (42.19% from 255 or 24.83% from 431); Blue value is 220 (86.33% from 255 or 51.04% from 431); Max value from RGB is 220 - color contains mainly: blue. Hex color #686BDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #686BDC is #979423. Grayscale: #767676. Windows color (decimal): -9933860 or 14445416. OLE color: 14445416.
HSL color Cylindrical-coordinate representation of color #686BDC: hue angle of 238.45º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #686BDC is Cyan = 0.53, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 104 | 107 | 220 | - |
| CMYK | 0.53 | 0.51 | 0 | 0.14 |
| HSL | 238.45º | 0.62% | 0.64% | - |
| HSV(B) | 238.45º | 0.53% | 0.86% | - |
| XYZ | 23.88 | 18.63 | 70.05 | - |
| YUV | 118.99 | 185.01 | 117.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 107 | 220 | 0.53 | 0.51 | 0 | 0.14 | 238.45 | 0.62 | 0.64 |
| Hex | 68 | 6B | DC | 35 | 33 | 0 | E | EE | 3E | 40 |
| Octal | 150 | 153 | 334 | 65 | 63 | 0 | 16 | 356 | 76 | 100 |
| Binary | 1101000 | 1101011 | 11011100 | 110101 | 110011 | 0 | 1110 | 11101110 | 111110 | 1000000 |
Color Harmonies of #686BDC
Complementary color
Monochromatic Colors of #686BDC
Black with #686BDC
Text Example
Text Example
White with #686BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686BDC; }
p { color: rgb(104,107,220); }
H1.HeaderClassName
{
color: #686BDC;
}
.AnyTagClassName
{
color: #686BDC;
}
</style>
background-color css
<style>
a { background-color: #686BDC; }
a { background-color: rgb(104,107,220); }
div.DivClassName
{
background-color: #686BDC;
}
.BgClassName
{
background-color: #686BDC;
}
</style>
border-color css
<style>
span { border-color: #686BDC; }
span { border-color: rgb(104,107,220); }
td.TdClassName
{
border-color: #686BDC;
}
.TagClassName
{
border-color: #686BDC;
}
</style>