Shades of Slate Blue #686DDC
Tints of Slate Blue #686DDC
RGB
CMYK
RGB Variations
Color information
#686DDC (or 0x686DDC) is known color: Slate Blue. HEX triplet: 68, 6D and DC. RGB value is (104,109,220). Sum of RGB (Red+Green+Blue) = 104+109+220=433 (57% of max value = 765). Red value is 104 (41.02% from 255 or 24.02% from 433); Green value is 109 (42.97% from 255 or 25.17% from 433); Blue value is 220 (86.33% from 255 or 50.81% from 433); Max value from RGB is 220 - color contains mainly: blue. Hex color #686DDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #686DDC is #979223. Grayscale: #777777. Windows color (decimal): -9933348 or 14445928. OLE color: 14445928.
HSL color Cylindrical-coordinate representation of color #686DDC: hue angle of 237.41º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #686DDC is Cyan = 0.53, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 104 | 109 | 220 | - |
| CMYK | 0.53 | 0.50 | 0 | 0.14 |
| HSL | 237.41º | 0.62% | 0.64% | - |
| HSV(B) | 237.41º | 0.53% | 0.86% | - |
| XYZ | 24.1 | 19.05 | 70.12 | - |
| YUV | 120.16 | 184.34 | 116.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 109 | 220 | 0.53 | 0.50 | 0 | 0.14 | 237.41 | 0.62 | 0.64 |
| Hex | 68 | 6D | DC | 35 | 32 | 0 | E | ED | 3E | 40 |
| Octal | 150 | 155 | 334 | 65 | 62 | 0 | 16 | 355 | 76 | 100 |
| Binary | 1101000 | 1101101 | 11011100 | 110101 | 110010 | 0 | 1110 | 11101101 | 111110 | 1000000 |
Color Harmonies of #686DDC
Complementary color
Monochromatic Colors of #686DDC
Black with #686DDC
Text Example
Text Example
White with #686DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686DDC; }
p { color: rgb(104,109,220); }
H1.HeaderClassName
{
color: #686DDC;
}
.AnyTagClassName
{
color: #686DDC;
}
</style>
background-color css
<style>
a { background-color: #686DDC; }
a { background-color: rgb(104,109,220); }
div.DivClassName
{
background-color: #686DDC;
}
.BgClassName
{
background-color: #686DDC;
}
</style>
border-color css
<style>
span { border-color: #686DDC; }
span { border-color: rgb(104,109,220); }
td.TdClassName
{
border-color: #686DDC;
}
.TagClassName
{
border-color: #686DDC;
}
</style>