Shades of Chetwode Blue #687AAA
Tints of Chetwode Blue #687AAA
RGB
CMYK
RGB Variations
Color information
#687AAA (or 0x687AAA) is known color: Chetwode Blue. HEX triplet: 68, 7A and AA. RGB value is (104,122,170). Sum of RGB (Red+Green+Blue) = 104+122+170=396 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.26% from 396); Green value is 122 (48.05% from 255 or 30.81% from 396); Blue value is 170 (66.80% from 255 or 42.93% from 396); Max value from RGB is 170 - color contains mainly: blue. Hex color #687AAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687AAA is #978555. Grayscale: #797979. Windows color (decimal): -9930070 or 11172456. OLE color: 11172456.
HSL color Cylindrical-coordinate representation of color #687AAA: hue angle of 223.64º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #687AAA is Cyan = 0.39, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 104 | 122 | 170 | - |
| CMYK | 0.39 | 0.28 | 0 | 0.33 |
| HSL | 223.64º | 0.28% | 0.54% | - |
| HSV(B) | 223.64º | 0.39% | 0.67% | - |
| XYZ | 19.92 | 19.76 | 40.8 | - |
| YUV | 122.09 | 155.04 | 115.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 122 | 170 | 0.39 | 0.28 | 0 | 0.33 | 223.64 | 0.28 | 0.54 |
| Hex | 68 | 7A | AA | 27 | 1C | 0 | 21 | E0 | 1C | 36 |
| Octal | 150 | 172 | 252 | 47 | 34 | 0 | 41 | 340 | 34 | 66 |
| Binary | 1101000 | 1111010 | 10101010 | 100111 | 11100 | 0 | 100001 | 11100000 | 11100 | 110110 |
Color Harmonies of #687AAA
Complementary color
Monochromatic Colors of #687AAA
Black with #687AAA
Text Example
Text Example
White with #687AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687AAA; }
p { color: rgb(104,122,170); }
H1.HeaderClassName
{
color: #687AAA;
}
.AnyTagClassName
{
color: #687AAA;
}
</style>
background-color css
<style>
a { background-color: #687AAA; }
a { background-color: rgb(104,122,170); }
div.DivClassName
{
background-color: #687AAA;
}
.BgClassName
{
background-color: #687AAA;
}
</style>
border-color css
<style>
span { border-color: #687AAA; }
span { border-color: rgb(104,122,170); }
td.TdClassName
{
border-color: #687AAA;
}
.TagClassName
{
border-color: #687AAA;
}
</style>