Shades of Slate Blue #686ADD
Tints of Slate Blue #686ADD
RGB
CMYK
RGB Variations
Color information
#686ADD (or 0x686ADD) is known color: Slate Blue. HEX triplet: 68, 6A and DD. RGB value is (104,106,221). Sum of RGB (Red+Green+Blue) = 104+106+221=431 (57% of max value = 765). Red value is 104 (41.02% from 255 or 24.13% from 431); Green value is 106 (41.80% from 255 or 24.59% from 431); Blue value is 221 (86.72% from 255 or 51.28% from 431); Max value from RGB is 221 - color contains mainly: blue. Hex color #686ADD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #686ADD is #979522. Grayscale: #767676. Windows color (decimal): -9934115 or 14510696. OLE color: 14510696.
HSL color Cylindrical-coordinate representation of color #686ADD: hue angle of 238.97º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #686ADD is Cyan = 0.53, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 106 | 221 | - |
| CMYK | 0.53 | 0.52 | 0 | 0.13 |
| HSL | 238.97º | 0.63% | 0.64% | - |
| HSV(B) | 238.97º | 0.53% | 0.87% | - |
| XYZ | 23.91 | 18.47 | 70.71 | - |
| YUV | 118.51 | 185.84 | 117.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 106 | 221 | 0.53 | 0.52 | 0 | 0.13 | 238.97 | 0.63 | 0.64 |
| Hex | 68 | 6A | DD | 35 | 34 | 0 | D | EF | 3F | 40 |
| Octal | 150 | 152 | 335 | 65 | 64 | 0 | 15 | 357 | 77 | 100 |
| Binary | 1101000 | 1101010 | 11011101 | 110101 | 110100 | 0 | 1101 | 11101111 | 111111 | 1000000 |
Color Harmonies of #686ADD
Complementary color
Monochromatic Colors of #686ADD
Black with #686ADD
Text Example
Text Example
White with #686ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686ADD; }
p { color: rgb(104,106,221); }
H1.HeaderClassName
{
color: #686ADD;
}
.AnyTagClassName
{
color: #686ADD;
}
</style>
background-color css
<style>
a { background-color: #686ADD; }
a { background-color: rgb(104,106,221); }
div.DivClassName
{
background-color: #686ADD;
}
.BgClassName
{
background-color: #686ADD;
}
</style>
border-color css
<style>
span { border-color: #686ADD; }
span { border-color: rgb(104,106,221); }
td.TdClassName
{
border-color: #686ADD;
}
.TagClassName
{
border-color: #686ADD;
}
</style>