Shades of Chetwode Blue #686EAD
Tints of Chetwode Blue #686EAD
RGB
CMYK
RGB Variations
Color information
#686EAD (or 0x686EAD) is known color: Chetwode Blue. HEX triplet: 68, 6E and AD. RGB value is (104,110,173). Sum of RGB (Red+Green+Blue) = 104+110+173=387 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.87% from 387); Green value is 110 (43.36% from 255 or 28.42% from 387); Blue value is 173 (67.97% from 255 or 44.70% from 387); Max value from RGB is 173 - color contains mainly: blue. Hex color #686EAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686EAD is #979152. Grayscale: #737373. Windows color (decimal): -9933139 or 11365992. OLE color: 11365992.
HSL color Cylindrical-coordinate representation of color #686EAD: hue angle of 234.78º 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 #686EAD is Cyan = 0.40, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 104 | 110 | 173 | - |
| CMYK | 0.40 | 0.36 | 0 | 0.32 |
| HSL | 234.78º | 0.3% | 0.54% | - |
| HSV(B) | 234.78º | 0.4% | 0.68% | - |
| XYZ | 18.83 | 17.11 | 41.85 | - |
| YUV | 115.39 | 160.51 | 119.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 110 | 173 | 0.40 | 0.36 | 0 | 0.32 | 234.78 | 0.3 | 0.54 |
| Hex | 68 | 6E | AD | 28 | 24 | 0 | 20 | EB | 1E | 36 |
| Octal | 150 | 156 | 255 | 50 | 44 | 0 | 40 | 353 | 36 | 66 |
| Binary | 1101000 | 1101110 | 10101101 | 101000 | 100100 | 0 | 100000 | 11101011 | 11110 | 110110 |
Color Harmonies of #686EAD
Complementary color
Monochromatic Colors of #686EAD
Black with #686EAD
Text Example
Text Example
White with #686EAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686EAD; }
p { color: rgb(104,110,173); }
H1.HeaderClassName
{
color: #686EAD;
}
.AnyTagClassName
{
color: #686EAD;
}
</style>
background-color css
<style>
a { background-color: #686EAD; }
a { background-color: rgb(104,110,173); }
div.DivClassName
{
background-color: #686EAD;
}
.BgClassName
{
background-color: #686EAD;
}
</style>
border-color css
<style>
span { border-color: #686EAD; }
span { border-color: rgb(104,110,173); }
td.TdClassName
{
border-color: #686EAD;
}
.TagClassName
{
border-color: #686EAD;
}
</style>