Shades of Chetwode Blue #687AA8
Tints of Chetwode Blue #687AA8
RGB
CMYK
RGB Variations
Color information
#687AA8 (or 0x687AA8) is known color: Chetwode Blue. HEX triplet: 68, 7A and A8. RGB value is (104,122,168). Sum of RGB (Red+Green+Blue) = 104+122+168=394 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.40% from 394); Green value is 122 (48.05% from 255 or 30.96% from 394); Blue value is 168 (66.02% from 255 or 42.64% from 394); Max value from RGB is 168 - color contains mainly: blue. Hex color #687AA8 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687AA8 is #978557. Grayscale: #797979. Windows color (decimal): -9930072 or 11041384. OLE color: 11041384.
HSL color Cylindrical-coordinate representation of color #687AA8: hue angle of 223.12º degrees, saturation: 0.27, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #687AA8 is Cyan = 0.38, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 104 | 122 | 168 | - |
| CMYK | 0.38 | 0.27 | 0 | 0.34 |
| HSL | 223.13º | 0.27% | 0.53% | - |
| HSV(B) | 223.13º | 0.38% | 0.66% | - |
| XYZ | 19.74 | 19.69 | 39.81 | - |
| YUV | 121.86 | 154.04 | 115.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 122 | 168 | 0.38 | 0.27 | 0 | 0.34 | 223.13 | 0.27 | 0.53 |
| Hex | 68 | 7A | A8 | 26 | 1B | 0 | 22 | DF | 1B | 35 |
| Octal | 150 | 172 | 250 | 46 | 33 | 0 | 42 | 337 | 33 | 65 |
| Binary | 1101000 | 1111010 | 10101000 | 100110 | 11011 | 0 | 100010 | 11011111 | 11011 | 110101 |
Color Harmonies of #687AA8
Complementary color
Monochromatic Colors of #687AA8
Black with #687AA8
Text Example
Text Example
White with #687AA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687AA8; }
p { color: rgb(104,122,168); }
H1.HeaderClassName
{
color: #687AA8;
}
.AnyTagClassName
{
color: #687AA8;
}
</style>
background-color css
<style>
a { background-color: #687AA8; }
a { background-color: rgb(104,122,168); }
div.DivClassName
{
background-color: #687AA8;
}
.BgClassName
{
background-color: #687AA8;
}
</style>
border-color css
<style>
span { border-color: #687AA8; }
span { border-color: rgb(104,122,168); }
td.TdClassName
{
border-color: #687AA8;
}
.TagClassName
{
border-color: #687AA8;
}
</style>