Shades of Slate Blue #686ED3
Tints of Slate Blue #686ED3
RGB
CMYK
RGB Variations
Color information
#686ED3 (or 0x686ED3) is known color: Slate Blue. HEX triplet: 68, 6E and D3. RGB value is (104,110,211). Sum of RGB (Red+Green+Blue) = 104+110+211=425 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.47% from 425); Green value is 110 (43.36% from 255 or 25.88% from 425); Blue value is 211 (82.81% from 255 or 49.65% from 425); Max value from RGB is 211 - color contains mainly: blue. Hex color #686ED3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #686ED3 is #97912C. Grayscale: #777777. Windows color (decimal): -9933101 or 13856360. OLE color: 13856360.
HSL color Cylindrical-coordinate representation of color #686ED3: hue angle of 236.64º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #686ED3 is Cyan = 0.51, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 104 | 110 | 211 | - |
| CMYK | 0.51 | 0.48 | 0 | 0.17 |
| HSL | 236.64º | 0.55% | 0.62% | - |
| HSV(B) | 236.64º | 0.51% | 0.83% | - |
| XYZ | 23.04 | 18.8 | 64.04 | - |
| YUV | 119.72 | 179.51 | 116.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 110 | 211 | 0.51 | 0.48 | 0 | 0.17 | 236.64 | 0.55 | 0.62 |
| Hex | 68 | 6E | D3 | 33 | 30 | 0 | 11 | ED | 37 | 3E |
| Octal | 150 | 156 | 323 | 63 | 60 | 0 | 21 | 355 | 67 | 76 |
| Binary | 1101000 | 1101110 | 11010011 | 110011 | 110000 | 0 | 10001 | 11101101 | 110111 | 111110 |
Color Harmonies of #686ED3
Complementary color
Monochromatic Colors of #686ED3
Black with #686ED3
Text Example
Text Example
White with #686ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686ED3; }
p { color: rgb(104,110,211); }
H1.HeaderClassName
{
color: #686ED3;
}
.AnyTagClassName
{
color: #686ED3;
}
</style>
background-color css
<style>
a { background-color: #686ED3; }
a { background-color: rgb(104,110,211); }
div.DivClassName
{
background-color: #686ED3;
}
.BgClassName
{
background-color: #686ED3;
}
</style>
border-color css
<style>
span { border-color: #686ED3; }
span { border-color: rgb(104,110,211); }
td.TdClassName
{
border-color: #686ED3;
}
.TagClassName
{
border-color: #686ED3;
}
</style>