Shades of Chetwode Blue #686CAE
Tints of Chetwode Blue #686CAE
RGB
CMYK
RGB Variations
Color information
#686CAE (or 0x686CAE) is known color: Chetwode Blue. HEX triplet: 68, 6C and AE. RGB value is (104,108,174). Sum of RGB (Red+Green+Blue) = 104+108+174=386 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.94% from 386); Green value is 108 (42.58% from 255 or 27.98% from 386); Blue value is 174 (68.36% from 255 or 45.08% from 386); Max value from RGB is 174 - color contains mainly: blue. Hex color #686CAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686CAE is #979351. Grayscale: #727272. Windows color (decimal): -9933650 or 11431016. OLE color: 11431016.
HSL color Cylindrical-coordinate representation of color #686CAE: hue angle of 236.57º 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 #686CAE is Cyan = 0.40, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 104 | 108 | 174 | - |
| CMYK | 0.40 | 0.38 | 0 | 0.32 |
| HSL | 236.57º | 0.3% | 0.55% | - |
| HSV(B) | 236.57º | 0.4% | 0.68% | - |
| XYZ | 18.71 | 16.72 | 42.29 | - |
| YUV | 114.33 | 161.67 | 120.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 108 | 174 | 0.40 | 0.38 | 0 | 0.32 | 236.57 | 0.3 | 0.55 |
| Hex | 68 | 6C | AE | 28 | 26 | 0 | 20 | ED | 1E | 37 |
| Octal | 150 | 154 | 256 | 50 | 46 | 0 | 40 | 355 | 36 | 67 |
| Binary | 1101000 | 1101100 | 10101110 | 101000 | 100110 | 0 | 100000 | 11101101 | 11110 | 110111 |
Color Harmonies of #686CAE
Complementary color
Monochromatic Colors of #686CAE
Black with #686CAE
Text Example
Text Example
White with #686CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686CAE; }
p { color: rgb(104,108,174); }
H1.HeaderClassName
{
color: #686CAE;
}
.AnyTagClassName
{
color: #686CAE;
}
</style>
background-color css
<style>
a { background-color: #686CAE; }
a { background-color: rgb(104,108,174); }
div.DivClassName
{
background-color: #686CAE;
}
.BgClassName
{
background-color: #686CAE;
}
</style>
border-color css
<style>
span { border-color: #686CAE; }
span { border-color: rgb(104,108,174); }
td.TdClassName
{
border-color: #686CAE;
}
.TagClassName
{
border-color: #686CAE;
}
</style>