Shades of Slate Blue #686CDC
Tints of Slate Blue #686CDC
RGB
CMYK
RGB Variations
Color information
#686CDC (or 0x686CDC) is known color: Slate Blue. HEX triplet: 68, 6C and DC. RGB value is (104,108,220). Sum of RGB (Red+Green+Blue) = 104+108+220=432 (57% of max value = 765). Red value is 104 (41.02% from 255 or 24.07% from 432); Green value is 108 (42.58% from 255 or 25% from 432); Blue value is 220 (86.33% from 255 or 50.93% from 432); Max value from RGB is 220 - color contains mainly: blue. Hex color #686CDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #686CDC is #979323. Grayscale: #777777. Windows color (decimal): -9933604 or 14445672. OLE color: 14445672.
HSL color Cylindrical-coordinate representation of color #686CDC: hue angle of 237.93º 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 #686CDC is Cyan = 0.53, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 104 | 108 | 220 | - |
| CMYK | 0.53 | 0.51 | 0 | 0.14 |
| HSL | 237.93º | 0.62% | 0.64% | - |
| HSV(B) | 237.93º | 0.53% | 0.86% | - |
| XYZ | 23.99 | 18.84 | 70.08 | - |
| YUV | 119.57 | 184.67 | 116.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 108 | 220 | 0.53 | 0.51 | 0 | 0.14 | 237.93 | 0.62 | 0.64 |
| Hex | 68 | 6C | DC | 35 | 33 | 0 | E | EE | 3E | 40 |
| Octal | 150 | 154 | 334 | 65 | 63 | 0 | 16 | 356 | 76 | 100 |
| Binary | 1101000 | 1101100 | 11011100 | 110101 | 110011 | 0 | 1110 | 11101110 | 111110 | 1000000 |
Color Harmonies of #686CDC
Complementary color
Monochromatic Colors of #686CDC
Black with #686CDC
Text Example
Text Example
White with #686CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686CDC; }
p { color: rgb(104,108,220); }
H1.HeaderClassName
{
color: #686CDC;
}
.AnyTagClassName
{
color: #686CDC;
}
</style>
background-color css
<style>
a { background-color: #686CDC; }
a { background-color: rgb(104,108,220); }
div.DivClassName
{
background-color: #686CDC;
}
.BgClassName
{
background-color: #686CDC;
}
</style>
border-color css
<style>
span { border-color: #686CDC; }
span { border-color: rgb(104,108,220); }
td.TdClassName
{
border-color: #686CDC;
}
.TagClassName
{
border-color: #686CDC;
}
</style>