Shades of Slate Blue #686BDD
Tints of Slate Blue #686BDD
RGB
CMYK
RGB Variations
Color information
#686BDD (or 0x686BDD) is known color: Slate Blue. HEX triplet: 68, 6B and DD. RGB value is (104,107,221). Sum of RGB (Red+Green+Blue) = 104+107+221=432 (57% of max value = 765). Red value is 104 (41.02% from 255 or 24.07% from 432); Green value is 107 (42.19% from 255 or 24.77% from 432); Blue value is 221 (86.72% from 255 or 51.16% from 432); Max value from RGB is 221 - color contains mainly: blue. Hex color #686BDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #686BDD is #979422. Grayscale: #767676. Windows color (decimal): -9933859 or 14510952. OLE color: 14510952.
HSL color Cylindrical-coordinate representation of color #686BDD: hue angle of 238.46º 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 #686BDD is Cyan = 0.53, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 107 | 221 | - |
| CMYK | 0.53 | 0.52 | 0 | 0.13 |
| HSL | 238.46º | 0.63% | 0.64% | - |
| HSV(B) | 238.46º | 0.53% | 0.87% | - |
| XYZ | 24.02 | 18.68 | 70.75 | - |
| YUV | 119.1 | 185.51 | 117.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 107 | 221 | 0.53 | 0.52 | 0 | 0.13 | 238.46 | 0.63 | 0.64 |
| Hex | 68 | 6B | DD | 35 | 34 | 0 | D | EE | 3F | 40 |
| Octal | 150 | 153 | 335 | 65 | 64 | 0 | 15 | 356 | 77 | 100 |
| Binary | 1101000 | 1101011 | 11011101 | 110101 | 110100 | 0 | 1101 | 11101110 | 111111 | 1000000 |
Color Harmonies of #686BDD
Complementary color
Monochromatic Colors of #686BDD
Black with #686BDD
Text Example
Text Example
White with #686BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686BDD; }
p { color: rgb(104,107,221); }
H1.HeaderClassName
{
color: #686BDD;
}
.AnyTagClassName
{
color: #686BDD;
}
</style>
background-color css
<style>
a { background-color: #686BDD; }
a { background-color: rgb(104,107,221); }
div.DivClassName
{
background-color: #686BDD;
}
.BgClassName
{
background-color: #686BDD;
}
</style>
border-color css
<style>
span { border-color: #686BDD; }
span { border-color: rgb(104,107,221); }
td.TdClassName
{
border-color: #686BDD;
}
.TagClassName
{
border-color: #686BDD;
}
</style>