Shades of Chetwode Blue #697AB4
Tints of Chetwode Blue #697AB4
RGB
CMYK
RGB Variations
Color information
#697AB4 (or 0x697AB4) is known color: Chetwode Blue. HEX triplet: 69, 7A and B4. RGB value is (105,122,180). Sum of RGB (Red+Green+Blue) = 105+122+180=407 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.80% from 407); Green value is 122 (48.05% from 255 or 29.98% from 407); Blue value is 180 (70.70% from 255 or 44.23% from 407); Max value from RGB is 180 - color contains mainly: blue. Hex color #697AB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #697AB4 is #96854B. Grayscale: #7B7B7B. Windows color (decimal): -9864524 or 11827817. OLE color: 11827817.
HSL color Cylindrical-coordinate representation of color #697AB4: hue angle of 226.4º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #697AB4 is Cyan = 0.42, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 105 | 122 | 180 | - |
| CMYK | 0.42 | 0.32 | 0 | 0.29 |
| HSL | 226.4º | 0.33% | 0.56% | - |
| HSV(B) | 226.4º | 0.42% | 0.71% | - |
| XYZ | 21.02 | 20.22 | 45.97 | - |
| YUV | 123.53 | 159.87 | 114.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 122 | 180 | 0.42 | 0.32 | 0 | 0.29 | 226.4 | 0.33 | 0.56 |
| Hex | 69 | 7A | B4 | 2A | 20 | 0 | 1D | E2 | 21 | 38 |
| Octal | 151 | 172 | 264 | 52 | 40 | 0 | 35 | 342 | 41 | 70 |
| Binary | 1101001 | 1111010 | 10110100 | 101010 | 100000 | 0 | 11101 | 11100010 | 100001 | 111000 |
Color Harmonies of #697AB4
Complementary color
Monochromatic Colors of #697AB4
Black with #697AB4
Text Example
Text Example
White with #697AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697AB4; }
p { color: rgb(105,122,180); }
H1.HeaderClassName
{
color: #697AB4;
}
.AnyTagClassName
{
color: #697AB4;
}
</style>
background-color css
<style>
a { background-color: #697AB4; }
a { background-color: rgb(105,122,180); }
div.DivClassName
{
background-color: #697AB4;
}
.BgClassName
{
background-color: #697AB4;
}
</style>
border-color css
<style>
span { border-color: #697AB4; }
span { border-color: rgb(105,122,180); }
td.TdClassName
{
border-color: #697AB4;
}
.TagClassName
{
border-color: #697AB4;
}
</style>