Shades of Chetwode Blue #687AAD
Tints of Chetwode Blue #687AAD
RGB
CMYK
RGB Variations
Color information
#687AAD (or 0x687AAD) is known color: Chetwode Blue. HEX triplet: 68, 7A and AD. RGB value is (104,122,173). Sum of RGB (Red+Green+Blue) = 104+122+173=399 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.07% from 399); Green value is 122 (48.05% from 255 or 30.58% from 399); Blue value is 173 (67.97% from 255 or 43.36% from 399); Max value from RGB is 173 - color contains mainly: blue. Hex color #687AAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687AAD is #978552. Grayscale: #7A7A7A. Windows color (decimal): -9930067 or 11369064. OLE color: 11369064.
HSL color Cylindrical-coordinate representation of color #687AAD: hue angle of 224.35º 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 #687AAD is Cyan = 0.40, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 104 | 122 | 173 | - |
| CMYK | 0.40 | 0.29 | 0 | 0.32 |
| HSL | 224.35º | 0.3% | 0.54% | - |
| HSV(B) | 224.35º | 0.4% | 0.68% | - |
| XYZ | 20.21 | 19.88 | 42.31 | - |
| YUV | 122.43 | 156.54 | 114.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 122 | 173 | 0.40 | 0.29 | 0 | 0.32 | 224.35 | 0.3 | 0.54 |
| Hex | 68 | 7A | AD | 28 | 1D | 0 | 20 | E0 | 1E | 36 |
| Octal | 150 | 172 | 255 | 50 | 35 | 0 | 40 | 340 | 36 | 66 |
| Binary | 1101000 | 1111010 | 10101101 | 101000 | 11101 | 0 | 100000 | 11100000 | 11110 | 110110 |
Color Harmonies of #687AAD
Complementary color
Monochromatic Colors of #687AAD
Black with #687AAD
Text Example
Text Example
White with #687AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687AAD; }
p { color: rgb(104,122,173); }
H1.HeaderClassName
{
color: #687AAD;
}
.AnyTagClassName
{
color: #687AAD;
}
</style>
background-color css
<style>
a { background-color: #687AAD; }
a { background-color: rgb(104,122,173); }
div.DivClassName
{
background-color: #687AAD;
}
.BgClassName
{
background-color: #687AAD;
}
</style>
border-color css
<style>
span { border-color: #687AAD; }
span { border-color: rgb(104,122,173); }
td.TdClassName
{
border-color: #687AAD;
}
.TagClassName
{
border-color: #687AAD;
}
</style>