Shades of Chetwode Blue #697AAC
Tints of Chetwode Blue #697AAC
RGB
CMYK
RGB Variations
Color information
#697AAC (or 0x697AAC) is known color: Chetwode Blue. HEX triplet: 69, 7A and AC. RGB value is (105,122,172). Sum of RGB (Red+Green+Blue) = 105+122+172=399 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.32% from 399); Green value is 122 (48.05% from 255 or 30.58% from 399); Blue value is 172 (67.58% from 255 or 43.11% from 399); Max value from RGB is 172 - color contains mainly: blue. Hex color #697AAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697AAC is #968553. Grayscale: #7A7A7A. Windows color (decimal): -9864532 or 11303529. OLE color: 11303529.
HSL color Cylindrical-coordinate representation of color #697AAC: hue angle of 224.78º degrees, saturation: 0.29, 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 #697AAC is Cyan = 0.39, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 105 | 122 | 172 | - |
| CMYK | 0.39 | 0.29 | 0 | 0.33 |
| HSL | 224.78º | 0.29% | 0.54% | - |
| HSV(B) | 224.78º | 0.39% | 0.67% | - |
| XYZ | 20.23 | 19.9 | 41.8 | - |
| YUV | 122.62 | 155.87 | 115.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 122 | 172 | 0.39 | 0.29 | 0 | 0.33 | 224.78 | 0.29 | 0.54 |
| Hex | 69 | 7A | AC | 27 | 1D | 0 | 21 | E1 | 1D | 36 |
| Octal | 151 | 172 | 254 | 47 | 35 | 0 | 41 | 341 | 35 | 66 |
| Binary | 1101001 | 1111010 | 10101100 | 100111 | 11101 | 0 | 100001 | 11100001 | 11101 | 110110 |
Color Harmonies of #697AAC
Complementary color
Monochromatic Colors of #697AAC
Black with #697AAC
Text Example
Text Example
White with #697AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697AAC; }
p { color: rgb(105,122,172); }
H1.HeaderClassName
{
color: #697AAC;
}
.AnyTagClassName
{
color: #697AAC;
}
</style>
background-color css
<style>
a { background-color: #697AAC; }
a { background-color: rgb(105,122,172); }
div.DivClassName
{
background-color: #697AAC;
}
.BgClassName
{
background-color: #697AAC;
}
</style>
border-color css
<style>
span { border-color: #697AAC; }
span { border-color: rgb(105,122,172); }
td.TdClassName
{
border-color: #697AAC;
}
.TagClassName
{
border-color: #697AAC;
}
</style>