Shades of Slate Blue #686DCD
Tints of Slate Blue #686DCD
RGB
CMYK
RGB Variations
Color information
#686DCD (or 0x686DCD) is known color: Slate Blue. HEX triplet: 68, 6D and CD. RGB value is (104,109,205). Sum of RGB (Red+Green+Blue) = 104+109+205=418 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.88% from 418); Green value is 109 (42.97% from 255 or 26.08% from 418); Blue value is 205 (80.47% from 255 or 49.04% from 418); Max value from RGB is 205 - color contains mainly: blue. Hex color #686DCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #686DCD is #979232. Grayscale: #767676. Windows color (decimal): -9933363 or 13462888. OLE color: 13462888.
HSL color Cylindrical-coordinate representation of color #686DCD: hue angle of 237.03º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #686DCD is Cyan = 0.49, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 104 | 109 | 205 | - |
| CMYK | 0.49 | 0.47 | 0 | 0.20 |
| HSL | 237.03º | 0.5% | 0.61% | - |
| HSV(B) | 237.03º | 0.49% | 0.8% | - |
| XYZ | 22.2 | 18.29 | 60.12 | - |
| YUV | 118.45 | 176.84 | 117.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 109 | 205 | 0.49 | 0.47 | 0 | 0.20 | 237.03 | 0.5 | 0.61 |
| Hex | 68 | 6D | CD | 31 | 2F | 0 | 14 | ED | 32 | 3D |
| Octal | 150 | 155 | 315 | 61 | 57 | 0 | 24 | 355 | 62 | 75 |
| Binary | 1101000 | 1101101 | 11001101 | 110001 | 101111 | 0 | 10100 | 11101101 | 110010 | 111101 |
Color Harmonies of #686DCD
Complementary color
Monochromatic Colors of #686DCD
Black with #686DCD
Text Example
Text Example
White with #686DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686DCD; }
p { color: rgb(104,109,205); }
H1.HeaderClassName
{
color: #686DCD;
}
.AnyTagClassName
{
color: #686DCD;
}
</style>
background-color css
<style>
a { background-color: #686DCD; }
a { background-color: rgb(104,109,205); }
div.DivClassName
{
background-color: #686DCD;
}
.BgClassName
{
background-color: #686DCD;
}
</style>
border-color css
<style>
span { border-color: #686DCD; }
span { border-color: rgb(104,109,205); }
td.TdClassName
{
border-color: #686DCD;
}
.TagClassName
{
border-color: #686DCD;
}
</style>