Shades of Chetwode Blue #697BAF
Tints of Chetwode Blue #697BAF
RGB
CMYK
RGB Variations
Color information
#697BAF (or 0x697BAF) is known color: Chetwode Blue. HEX triplet: 69, 7B and AF. RGB value is (105,123,175). Sum of RGB (Red+Green+Blue) = 105+123+175=403 (53% of max value = 765). Red value is 105 (41.41% from 255 or 26.05% from 403); Green value is 123 (48.44% from 255 or 30.52% from 403); Blue value is 175 (68.75% from 255 or 43.42% from 403); Max value from RGB is 175 - color contains mainly: blue. Hex color #697BAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697BAF is #968450. Grayscale: #7B7B7B. Windows color (decimal): -9864273 or 11500393. OLE color: 11500393.
HSL color Cylindrical-coordinate representation of color #697BAF: hue angle of 224.57º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #697BAF is Cyan = 0.40, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 105 | 123 | 175 | - |
| CMYK | 0.40 | 0.30 | 0 | 0.31 |
| HSL | 224.57º | 0.3% | 0.55% | - |
| HSV(B) | 224.57º | 0.4% | 0.69% | - |
| XYZ | 20.65 | 20.26 | 43.38 | - |
| YUV | 123.55 | 157.04 | 114.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 123 | 175 | 0.40 | 0.30 | 0 | 0.31 | 224.57 | 0.3 | 0.55 |
| Hex | 69 | 7B | AF | 28 | 1E | 0 | 1F | E1 | 1E | 37 |
| Octal | 151 | 173 | 257 | 50 | 36 | 0 | 37 | 341 | 36 | 67 |
| Binary | 1101001 | 1111011 | 10101111 | 101000 | 11110 | 0 | 11111 | 11100001 | 11110 | 110111 |
Color Harmonies of #697BAF
Complementary color
Monochromatic Colors of #697BAF
Black with #697BAF
Text Example
Text Example
White with #697BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697BAF; }
p { color: rgb(105,123,175); }
H1.HeaderClassName
{
color: #697BAF;
}
.AnyTagClassName
{
color: #697BAF;
}
</style>
background-color css
<style>
a { background-color: #697BAF; }
a { background-color: rgb(105,123,175); }
div.DivClassName
{
background-color: #697BAF;
}
.BgClassName
{
background-color: #697BAF;
}
</style>
border-color css
<style>
span { border-color: #697BAF; }
span { border-color: rgb(105,123,175); }
td.TdClassName
{
border-color: #697BAF;
}
.TagClassName
{
border-color: #697BAF;
}
</style>