Shades of Chetwode Blue #697AAE
Tints of Chetwode Blue #697AAE
RGB
CMYK
RGB Variations
Color information
#697AAE (or 0x697AAE) is known color: Chetwode Blue. HEX triplet: 69, 7A and AE. RGB value is (105,122,174). Sum of RGB (Red+Green+Blue) = 105+122+174=401 (53% of max value = 765). Red value is 105 (41.41% from 255 or 26.18% from 401); Green value is 122 (48.05% from 255 or 30.42% from 401); Blue value is 174 (68.36% from 255 or 43.39% from 401); Max value from RGB is 174 - color contains mainly: blue. Hex color #697AAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697AAE is #968551. Grayscale: #7A7A7A. Windows color (decimal): -9864530 or 11434601. OLE color: 11434601.
HSL color Cylindrical-coordinate representation of color #697AAE: hue angle of 225.22º 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 #697AAE is Cyan = 0.40, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 105 | 122 | 174 | - |
| CMYK | 0.40 | 0.30 | 0 | 0.32 |
| HSL | 225.22º | 0.3% | 0.55% | - |
| HSV(B) | 225.22º | 0.4% | 0.68% | - |
| XYZ | 20.43 | 19.98 | 42.82 | - |
| YUV | 122.85 | 156.87 | 115.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 122 | 174 | 0.40 | 0.30 | 0 | 0.32 | 225.22 | 0.3 | 0.55 |
| Hex | 69 | 7A | AE | 28 | 1E | 0 | 20 | E1 | 1E | 37 |
| Octal | 151 | 172 | 256 | 50 | 36 | 0 | 40 | 341 | 36 | 67 |
| Binary | 1101001 | 1111010 | 10101110 | 101000 | 11110 | 0 | 100000 | 11100001 | 11110 | 110111 |
Color Harmonies of #697AAE
Complementary color
Monochromatic Colors of #697AAE
Black with #697AAE
Text Example
Text Example
White with #697AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697AAE; }
p { color: rgb(105,122,174); }
H1.HeaderClassName
{
color: #697AAE;
}
.AnyTagClassName
{
color: #697AAE;
}
</style>
background-color css
<style>
a { background-color: #697AAE; }
a { background-color: rgb(105,122,174); }
div.DivClassName
{
background-color: #697AAE;
}
.BgClassName
{
background-color: #697AAE;
}
</style>
border-color css
<style>
span { border-color: #697AAE; }
span { border-color: rgb(105,122,174); }
td.TdClassName
{
border-color: #697AAE;
}
.TagClassName
{
border-color: #697AAE;
}
</style>