Shades of Slate Blue #686ECF
Tints of Slate Blue #686ECF
RGB
CMYK
RGB Variations
Color information
#686ECF (or 0x686ECF) is known color: Slate Blue. HEX triplet: 68, 6E and CF. RGB value is (104,110,207). Sum of RGB (Red+Green+Blue) = 104+110+207=421 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.70% from 421); Green value is 110 (43.36% from 255 or 26.13% from 421); Blue value is 207 (81.25% from 255 or 49.17% from 421); Max value from RGB is 207 - color contains mainly: blue. Hex color #686ECF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #686ECF is #979130. Grayscale: #767676. Windows color (decimal): -9933105 or 13594216. OLE color: 13594216.
HSL color Cylindrical-coordinate representation of color #686ECF: hue angle of 236.5º degrees, saturation: 0.52, 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 #686ECF is Cyan = 0.50, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 104 | 110 | 207 | - |
| CMYK | 0.50 | 0.47 | 0 | 0.19 |
| HSL | 236.5º | 0.52% | 0.61% | - |
| HSV(B) | 236.5º | 0.5% | 0.81% | - |
| XYZ | 22.55 | 18.6 | 61.43 | - |
| YUV | 119.26 | 177.51 | 117.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 110 | 207 | 0.50 | 0.47 | 0 | 0.19 | 236.5 | 0.52 | 0.61 |
| Hex | 68 | 6E | CF | 32 | 2F | 0 | 13 | ED | 34 | 3D |
| Octal | 150 | 156 | 317 | 62 | 57 | 0 | 23 | 355 | 64 | 75 |
| Binary | 1101000 | 1101110 | 11001111 | 110010 | 101111 | 0 | 10011 | 11101101 | 110100 | 111101 |
Color Harmonies of #686ECF
Complementary color
Monochromatic Colors of #686ECF
Black with #686ECF
Text Example
Text Example
White with #686ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686ECF; }
p { color: rgb(104,110,207); }
H1.HeaderClassName
{
color: #686ECF;
}
.AnyTagClassName
{
color: #686ECF;
}
</style>
background-color css
<style>
a { background-color: #686ECF; }
a { background-color: rgb(104,110,207); }
div.DivClassName
{
background-color: #686ECF;
}
.BgClassName
{
background-color: #686ECF;
}
</style>
border-color css
<style>
span { border-color: #686ECF; }
span { border-color: rgb(104,110,207); }
td.TdClassName
{
border-color: #686ECF;
}
.TagClassName
{
border-color: #686ECF;
}
</style>