Shades of Slate Blue #686EDA
Tints of Slate Blue #686EDA
RGB
CMYK
RGB Variations
Color information
#686EDA (or 0x686EDA) is known color: Slate Blue. HEX triplet: 68, 6E and DA. RGB value is (104,110,218). Sum of RGB (Red+Green+Blue) = 104+110+218=432 (57% of max value = 765). Red value is 104 (41.02% from 255 or 24.07% from 432); Green value is 110 (43.36% from 255 or 25.46% from 432); Blue value is 218 (85.55% from 255 or 50.46% from 432); Max value from RGB is 218 - color contains mainly: blue. Hex color #686EDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #686EDA is #979125. Grayscale: #787878. Windows color (decimal): -9933094 or 14315112. OLE color: 14315112.
HSL color Cylindrical-coordinate representation of color #686EDA: hue angle of 236.84º 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 #686EDA is Cyan = 0.52, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 104 | 110 | 218 | - |
| CMYK | 0.52 | 0.50 | 0 | 0.15 |
| HSL | 236.84º | 0.61% | 0.63% | - |
| HSV(B) | 236.84º | 0.52% | 0.85% | - |
| XYZ | 23.94 | 19.16 | 68.77 | - |
| YUV | 120.52 | 183.01 | 116.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 110 | 218 | 0.52 | 0.50 | 0 | 0.15 | 236.84 | 0.61 | 0.63 |
| Hex | 68 | 6E | DA | 34 | 32 | 0 | F | ED | 3D | 3F |
| Octal | 150 | 156 | 332 | 64 | 62 | 0 | 17 | 355 | 75 | 77 |
| Binary | 1101000 | 1101110 | 11011010 | 110100 | 110010 | 0 | 1111 | 11101101 | 111101 | 111111 |
Color Harmonies of #686EDA
Complementary color
Monochromatic Colors of #686EDA
Black with #686EDA
Text Example
Text Example
White with #686EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686EDA; }
p { color: rgb(104,110,218); }
H1.HeaderClassName
{
color: #686EDA;
}
.AnyTagClassName
{
color: #686EDA;
}
</style>
background-color css
<style>
a { background-color: #686EDA; }
a { background-color: rgb(104,110,218); }
div.DivClassName
{
background-color: #686EDA;
}
.BgClassName
{
background-color: #686EDA;
}
</style>
border-color css
<style>
span { border-color: #686EDA; }
span { border-color: rgb(104,110,218); }
td.TdClassName
{
border-color: #686EDA;
}
.TagClassName
{
border-color: #686EDA;
}
</style>