Shades of Slate Blue #686DDA
Tints of Slate Blue #686DDA
RGB
CMYK
RGB Variations
Color information
#686DDA (or 0x686DDA) is known color: Slate Blue. HEX triplet: 68, 6D and DA. RGB value is (104,109,218). Sum of RGB (Red+Green+Blue) = 104+109+218=431 (57% of max value = 765). Red value is 104 (41.02% from 255 or 24.13% from 431); Green value is 109 (42.97% from 255 or 25.29% from 431); Blue value is 218 (85.55% from 255 or 50.58% from 431); Max value from RGB is 218 - color contains mainly: blue. Hex color #686DDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #686DDA is #979225. Grayscale: #777777. Windows color (decimal): -9933350 or 14314856. OLE color: 14314856.
HSL color Cylindrical-coordinate representation of color #686DDA: hue angle of 237.37º degrees, saturation: 0.61, 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 #686DDA is Cyan = 0.52, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 104 | 109 | 218 | - |
| CMYK | 0.52 | 0.5 | 0 | 0.15 |
| HSL | 237.37º | 0.61% | 0.63% | - |
| HSV(B) | 237.37º | 0.52% | 0.85% | - |
| XYZ | 23.83 | 18.94 | 68.73 | - |
| YUV | 119.93 | 183.34 | 116.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 109 | 218 | 0.52 | 0.5 | 0 | 0.15 | 237.37 | 0.61 | 0.63 |
| Hex | 68 | 6D | DA | 34 | 32 | 0 | F | ED | 3D | 3F |
| Octal | 150 | 155 | 332 | 64 | 62 | 0 | 17 | 355 | 75 | 77 |
| Binary | 1101000 | 1101101 | 11011010 | 110100 | 110010 | 0 | 1111 | 11101101 | 111101 | 111111 |
Color Harmonies of #686DDA
Complementary color
Monochromatic Colors of #686DDA
Black with #686DDA
Text Example
Text Example
White with #686DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686DDA; }
p { color: rgb(104,109,218); }
H1.HeaderClassName
{
color: #686DDA;
}
.AnyTagClassName
{
color: #686DDA;
}
</style>
background-color css
<style>
a { background-color: #686DDA; }
a { background-color: rgb(104,109,218); }
div.DivClassName
{
background-color: #686DDA;
}
.BgClassName
{
background-color: #686DDA;
}
</style>
border-color css
<style>
span { border-color: #686DDA; }
span { border-color: rgb(104,109,218); }
td.TdClassName
{
border-color: #686DDA;
}
.TagClassName
{
border-color: #686DDA;
}
</style>