Shades of Slate Blue #686ECE
Tints of Slate Blue #686ECE
RGB
CMYK
RGB Variations
Color information
#686ECE (or 0x686ECE) is known color: Slate Blue. HEX triplet: 68, 6E and CE. RGB value is (104,110,206). Sum of RGB (Red+Green+Blue) = 104+110+206=420 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.76% from 420); Green value is 110 (43.36% from 255 or 26.19% from 420); Blue value is 206 (80.86% from 255 or 49.05% from 420); Max value from RGB is 206 - color contains mainly: blue. Hex color #686ECE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #686ECE is #979131. Grayscale: #767676. Windows color (decimal): -9933106 or 13528680. OLE color: 13528680.
HSL color Cylindrical-coordinate representation of color #686ECE: hue angle of 236.47º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #686ECE is Cyan = 0.50, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 104 | 110 | 206 | - |
| CMYK | 0.50 | 0.47 | 0 | 0.19 |
| HSL | 236.47º | 0.51% | 0.61% | - |
| HSV(B) | 236.47º | 0.5% | 0.81% | - |
| XYZ | 22.43 | 18.55 | 60.79 | - |
| YUV | 119.15 | 177.01 | 117.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 110 | 206 | 0.50 | 0.47 | 0 | 0.19 | 236.47 | 0.51 | 0.61 |
| Hex | 68 | 6E | CE | 32 | 2F | 0 | 13 | EC | 33 | 3D |
| Octal | 150 | 156 | 316 | 62 | 57 | 0 | 23 | 354 | 63 | 75 |
| Binary | 1101000 | 1101110 | 11001110 | 110010 | 101111 | 0 | 10011 | 11101100 | 110011 | 111101 |
Color Harmonies of #686ECE
Complementary color
Monochromatic Colors of #686ECE
Black with #686ECE
Text Example
Text Example
White with #686ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686ECE; }
p { color: rgb(104,110,206); }
H1.HeaderClassName
{
color: #686ECE;
}
.AnyTagClassName
{
color: #686ECE;
}
</style>
background-color css
<style>
a { background-color: #686ECE; }
a { background-color: rgb(104,110,206); }
div.DivClassName
{
background-color: #686ECE;
}
.BgClassName
{
background-color: #686ECE;
}
</style>
border-color css
<style>
span { border-color: #686ECE; }
span { border-color: rgb(104,110,206); }
td.TdClassName
{
border-color: #686ECE;
}
.TagClassName
{
border-color: #686ECE;
}
</style>