Shades of Slate Blue #686DDD
Tints of Slate Blue #686DDD
RGB
CMYK
RGB Variations
Color information
#686DDD (or 0x686DDD) is known color: Slate Blue. HEX triplet: 68, 6D and DD. RGB value is (104,109,221). Sum of RGB (Red+Green+Blue) = 104+109+221=434 (57% of max value = 765). Red value is 104 (41.02% from 255 or 23.96% from 434); Green value is 109 (42.97% from 255 or 25.12% from 434); Blue value is 221 (86.72% from 255 or 50.92% from 434); Max value from RGB is 221 - color contains mainly: blue. Hex color #686DDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #686DDD is #979222. Grayscale: #777777. Windows color (decimal): -9933347 or 14511464. OLE color: 14511464.
HSL color Cylindrical-coordinate representation of color #686DDD: hue angle of 237.44º 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 #686DDD is Cyan = 0.53, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 109 | 221 | - |
| CMYK | 0.53 | 0.51 | 0 | 0.13 |
| HSL | 237.44º | 0.63% | 0.64% | - |
| HSV(B) | 237.44º | 0.53% | 0.87% | - |
| XYZ | 24.23 | 19.1 | 70.82 | - |
| YUV | 120.27 | 184.84 | 116.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 109 | 221 | 0.53 | 0.51 | 0 | 0.13 | 237.44 | 0.63 | 0.64 |
| Hex | 68 | 6D | DD | 35 | 33 | 0 | D | ED | 3F | 40 |
| Octal | 150 | 155 | 335 | 65 | 63 | 0 | 15 | 355 | 77 | 100 |
| Binary | 1101000 | 1101101 | 11011101 | 110101 | 110011 | 0 | 1101 | 11101101 | 111111 | 1000000 |
Color Harmonies of #686DDD
Complementary color
Monochromatic Colors of #686DDD
Black with #686DDD
Text Example
Text Example
White with #686DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686DDD; }
p { color: rgb(104,109,221); }
H1.HeaderClassName
{
color: #686DDD;
}
.AnyTagClassName
{
color: #686DDD;
}
</style>
background-color css
<style>
a { background-color: #686DDD; }
a { background-color: rgb(104,109,221); }
div.DivClassName
{
background-color: #686DDD;
}
.BgClassName
{
background-color: #686DDD;
}
</style>
border-color css
<style>
span { border-color: #686DDD; }
span { border-color: rgb(104,109,221); }
td.TdClassName
{
border-color: #686DDD;
}
.TagClassName
{
border-color: #686DDD;
}
</style>