Shades of Slate Blue #686ADC
Tints of Slate Blue #686ADC
RGB
CMYK
RGB Variations
Color information
#686ADC (or 0x686ADC) is known color: Slate Blue. HEX triplet: 68, 6A and DC. RGB value is (104,106,220). Sum of RGB (Red+Green+Blue) = 104+106+220=430 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.19% from 430); Green value is 106 (41.80% from 255 or 24.65% from 430); Blue value is 220 (86.33% from 255 or 51.16% from 430); Max value from RGB is 220 - color contains mainly: blue. Hex color #686ADC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #686ADC is #979523. Grayscale: #757575. Windows color (decimal): -9934116 or 14445160. OLE color: 14445160.
HSL color Cylindrical-coordinate representation of color #686ADC: hue angle of 238.97º 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 #686ADC is Cyan = 0.53, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 104 | 106 | 220 | - |
| CMYK | 0.53 | 0.52 | 0 | 0.14 |
| HSL | 238.97º | 0.62% | 0.64% | - |
| HSV(B) | 238.97º | 0.53% | 0.86% | - |
| XYZ | 23.78 | 18.42 | 70.01 | - |
| YUV | 118.4 | 185.34 | 117.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 106 | 220 | 0.53 | 0.52 | 0 | 0.14 | 238.97 | 0.62 | 0.64 |
| Hex | 68 | 6A | DC | 35 | 34 | 0 | E | EF | 3E | 40 |
| Octal | 150 | 152 | 334 | 65 | 64 | 0 | 16 | 357 | 76 | 100 |
| Binary | 1101000 | 1101010 | 11011100 | 110101 | 110100 | 0 | 1110 | 11101111 | 111110 | 1000000 |
Color Harmonies of #686ADC
Complementary color
Monochromatic Colors of #686ADC
Black with #686ADC
Text Example
Text Example
White with #686ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686ADC; }
p { color: rgb(104,106,220); }
H1.HeaderClassName
{
color: #686ADC;
}
.AnyTagClassName
{
color: #686ADC;
}
</style>
background-color css
<style>
a { background-color: #686ADC; }
a { background-color: rgb(104,106,220); }
div.DivClassName
{
background-color: #686ADC;
}
.BgClassName
{
background-color: #686ADC;
}
</style>
border-color css
<style>
span { border-color: #686ADC; }
span { border-color: rgb(104,106,220); }
td.TdClassName
{
border-color: #686ADC;
}
.TagClassName
{
border-color: #686ADC;
}
</style>