Shades of Chetwode Blue #686DAE
Tints of Chetwode Blue #686DAE
RGB
CMYK
RGB Variations
Color information
#686DAE (or 0x686DAE) is known color: Chetwode Blue. HEX triplet: 68, 6D and AE. RGB value is (104,109,174). Sum of RGB (Red+Green+Blue) = 104+109+174=387 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.87% from 387); Green value is 109 (42.97% from 255 or 28.17% from 387); Blue value is 174 (68.36% from 255 or 44.96% from 387); Max value from RGB is 174 - color contains mainly: blue. Hex color #686DAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686DAE is #979251. Grayscale: #727272. Windows color (decimal): -9933394 or 11431272. OLE color: 11431272.
HSL color Cylindrical-coordinate representation of color #686DAE: hue angle of 235.71º 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 #686DAE is Cyan = 0.40, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 104 | 109 | 174 | - |
| CMYK | 0.40 | 0.37 | 0 | 0.32 |
| HSL | 235.71º | 0.3% | 0.55% | - |
| HSV(B) | 235.71º | 0.4% | 0.68% | - |
| XYZ | 18.82 | 16.94 | 42.32 | - |
| YUV | 114.92 | 161.34 | 120.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 109 | 174 | 0.40 | 0.37 | 0 | 0.32 | 235.71 | 0.3 | 0.55 |
| Hex | 68 | 6D | AE | 28 | 25 | 0 | 20 | EC | 1E | 37 |
| Octal | 150 | 155 | 256 | 50 | 45 | 0 | 40 | 354 | 36 | 67 |
| Binary | 1101000 | 1101101 | 10101110 | 101000 | 100101 | 0 | 100000 | 11101100 | 11110 | 110111 |
Color Harmonies of #686DAE
Complementary color
Monochromatic Colors of #686DAE
Black with #686DAE
Text Example
Text Example
White with #686DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686DAE; }
p { color: rgb(104,109,174); }
H1.HeaderClassName
{
color: #686DAE;
}
.AnyTagClassName
{
color: #686DAE;
}
</style>
background-color css
<style>
a { background-color: #686DAE; }
a { background-color: rgb(104,109,174); }
div.DivClassName
{
background-color: #686DAE;
}
.BgClassName
{
background-color: #686DAE;
}
</style>
border-color css
<style>
span { border-color: #686DAE; }
span { border-color: rgb(104,109,174); }
td.TdClassName
{
border-color: #686DAE;
}
.TagClassName
{
border-color: #686DAE;
}
</style>