Shades of Chetwode Blue #686DAD
Tints of Chetwode Blue #686DAD
RGB
CMYK
RGB Variations
Color information
#686DAD (or 0x686DAD) is known color: Chetwode Blue. HEX triplet: 68, 6D and AD. RGB value is (104,109,173). Sum of RGB (Red+Green+Blue) = 104+109+173=386 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.94% from 386); Green value is 109 (42.97% from 255 or 28.24% from 386); Blue value is 173 (67.97% from 255 or 44.82% from 386); Max value from RGB is 173 - color contains mainly: blue. Hex color #686DAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686DAD is #979252. Grayscale: #727272. Windows color (decimal): -9933395 or 11365736. OLE color: 11365736.
HSL color Cylindrical-coordinate representation of color #686DAD: hue angle of 235.65º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #686DAD is Cyan = 0.40, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 104 | 109 | 173 | - |
| CMYK | 0.40 | 0.37 | 0 | 0.32 |
| HSL | 235.65º | 0.3% | 0.54% | - |
| HSV(B) | 235.65º | 0.4% | 0.68% | - |
| XYZ | 18.72 | 16.9 | 41.81 | - |
| YUV | 114.8 | 160.84 | 120.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 109 | 173 | 0.40 | 0.37 | 0 | 0.32 | 235.65 | 0.3 | 0.54 |
| Hex | 68 | 6D | AD | 28 | 25 | 0 | 20 | EC | 1E | 36 |
| Octal | 150 | 155 | 255 | 50 | 45 | 0 | 40 | 354 | 36 | 66 |
| Binary | 1101000 | 1101101 | 10101101 | 101000 | 100101 | 0 | 100000 | 11101100 | 11110 | 110110 |
Color Harmonies of #686DAD
Complementary color
Monochromatic Colors of #686DAD
Black with #686DAD
Text Example
Text Example
White with #686DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686DAD; }
p { color: rgb(104,109,173); }
H1.HeaderClassName
{
color: #686DAD;
}
.AnyTagClassName
{
color: #686DAD;
}
</style>
background-color css
<style>
a { background-color: #686DAD; }
a { background-color: rgb(104,109,173); }
div.DivClassName
{
background-color: #686DAD;
}
.BgClassName
{
background-color: #686DAD;
}
</style>
border-color css
<style>
span { border-color: #686DAD; }
span { border-color: rgb(104,109,173); }
td.TdClassName
{
border-color: #686DAD;
}
.TagClassName
{
border-color: #686DAD;
}
</style>