Shades of Chetwode Blue #686EAE
Tints of Chetwode Blue #686EAE
RGB
CMYK
RGB Variations
Color information
#686EAE (or 0x686EAE) is known color: Chetwode Blue. HEX triplet: 68, 6E and AE. RGB value is (104,110,174). Sum of RGB (Red+Green+Blue) = 104+110+174=388 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.80% from 388); Green value is 110 (43.36% from 255 or 28.35% from 388); Blue value is 174 (68.36% from 255 or 44.85% from 388); Max value from RGB is 174 - color contains mainly: blue. Hex color #686EAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686EAE is #979151. Grayscale: #737373. Windows color (decimal): -9933138 or 11431528. OLE color: 11431528.
HSL color Cylindrical-coordinate representation of color #686EAE: hue angle of 234.86º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #686EAE is Cyan = 0.40, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 104 | 110 | 174 | - |
| CMYK | 0.40 | 0.37 | 0 | 0.32 |
| HSL | 234.86º | 0.3% | 0.55% | - |
| HSV(B) | 234.86º | 0.4% | 0.68% | - |
| XYZ | 18.92 | 17.15 | 42.36 | - |
| YUV | 115.5 | 161.01 | 119.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 110 | 174 | 0.40 | 0.37 | 0 | 0.32 | 234.86 | 0.3 | 0.55 |
| Hex | 68 | 6E | AE | 28 | 25 | 0 | 20 | EB | 1E | 37 |
| Octal | 150 | 156 | 256 | 50 | 45 | 0 | 40 | 353 | 36 | 67 |
| Binary | 1101000 | 1101110 | 10101110 | 101000 | 100101 | 0 | 100000 | 11101011 | 11110 | 110111 |
Color Harmonies of #686EAE
Complementary color
Monochromatic Colors of #686EAE
Black with #686EAE
Text Example
Text Example
White with #686EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686EAE; }
p { color: rgb(104,110,174); }
H1.HeaderClassName
{
color: #686EAE;
}
.AnyTagClassName
{
color: #686EAE;
}
</style>
background-color css
<style>
a { background-color: #686EAE; }
a { background-color: rgb(104,110,174); }
div.DivClassName
{
background-color: #686EAE;
}
.BgClassName
{
background-color: #686EAE;
}
</style>
border-color css
<style>
span { border-color: #686EAE; }
span { border-color: rgb(104,110,174); }
td.TdClassName
{
border-color: #686EAE;
}
.TagClassName
{
border-color: #686EAE;
}
</style>