Shades of Slate Blue #686FDC
Tints of Slate Blue #686FDC
RGB
CMYK
RGB Variations
Color information
#686FDC (or 0x686FDC) is known color: Slate Blue. HEX triplet: 68, 6F and DC. RGB value is (104,111,220). Sum of RGB (Red+Green+Blue) = 104+111+220=435 (57% of max value = 765). Red value is 104 (41.02% from 255 or 23.91% from 435); Green value is 111 (43.75% from 255 or 25.52% from 435); Blue value is 220 (86.33% from 255 or 50.57% from 435); Max value from RGB is 220 - color contains mainly: blue. Hex color #686FDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #686FDC is #979023. Grayscale: #787878. Windows color (decimal): -9932836 or 14446440. OLE color: 14446440.
HSL color Cylindrical-coordinate representation of color #686FDC: hue angle of 236.38º 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 #686FDC is Cyan = 0.53, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 104 | 111 | 220 | - |
| CMYK | 0.53 | 0.50 | 0 | 0.14 |
| HSL | 236.38º | 0.62% | 0.64% | - |
| HSV(B) | 236.38º | 0.53% | 0.86% | - |
| XYZ | 24.31 | 19.48 | 70.19 | - |
| YUV | 121.33 | 183.68 | 115.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 111 | 220 | 0.53 | 0.50 | 0 | 0.14 | 236.38 | 0.62 | 0.64 |
| Hex | 68 | 6F | DC | 35 | 32 | 0 | E | EC | 3E | 40 |
| Octal | 150 | 157 | 334 | 65 | 62 | 0 | 16 | 354 | 76 | 100 |
| Binary | 1101000 | 1101111 | 11011100 | 110101 | 110010 | 0 | 1110 | 11101100 | 111110 | 1000000 |
Color Harmonies of #686FDC
Complementary color
Monochromatic Colors of #686FDC
Black with #686FDC
Text Example
Text Example
White with #686FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686FDC; }
p { color: rgb(104,111,220); }
H1.HeaderClassName
{
color: #686FDC;
}
.AnyTagClassName
{
color: #686FDC;
}
</style>
background-color css
<style>
a { background-color: #686FDC; }
a { background-color: rgb(104,111,220); }
div.DivClassName
{
background-color: #686FDC;
}
.BgClassName
{
background-color: #686FDC;
}
</style>
border-color css
<style>
span { border-color: #686FDC; }
span { border-color: rgb(104,111,220); }
td.TdClassName
{
border-color: #686FDC;
}
.TagClassName
{
border-color: #686FDC;
}
</style>