Shades of Air Force Blue #698DAA
Tints of Air Force Blue #698DAA
RGB
CMYK
RGB Variations
Color information
#698DAA (or 0x698DAA) is known color: Air Force Blue. HEX triplet: 69, 8D and AA. RGB value is (105,141,170). Sum of RGB (Red+Green+Blue) = 105+141+170=416 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25.24% from 416); Green value is 141 (55.47% from 255 or 33.89% from 416); Blue value is 170 (66.80% from 255 or 40.87% from 416); Max value from RGB is 170 - color contains mainly: blue. Hex color #698DAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698DAA is #967255. Grayscale: #858585. Windows color (decimal): -9859670 or 11177321. OLE color: 11177321.
HSL color Cylindrical-coordinate representation of color #698DAA: hue angle of 206.77º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #698DAA is Cyan = 0.38, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 105 | 141 | 170 | - |
| CMYK | 0.38 | 0.17 | 0 | 0.33 |
| HSL | 206.77º | 0.28% | 0.54% | - |
| HSV(B) | 206.77º | 0.38% | 0.67% | - |
| XYZ | 22.61 | 24.96 | 41.66 | - |
| YUV | 133.54 | 148.57 | 107.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 141 | 170 | 0.38 | 0.17 | 0 | 0.33 | 206.77 | 0.28 | 0.54 |
| Hex | 69 | 8D | AA | 26 | 11 | 0 | 21 | CF | 1C | 36 |
| Octal | 151 | 215 | 252 | 46 | 21 | 0 | 41 | 317 | 34 | 66 |
| Binary | 1101001 | 10001101 | 10101010 | 100110 | 10001 | 0 | 100001 | 11001111 | 11100 | 110110 |
Color Harmonies of #698DAA
Complementary color
Monochromatic Colors of #698DAA
Black with #698DAA
Text Example
Text Example
White with #698DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698DAA; }
p { color: rgb(105,141,170); }
H1.HeaderClassName
{
color: #698DAA;
}
.AnyTagClassName
{
color: #698DAA;
}
</style>
background-color css
<style>
a { background-color: #698DAA; }
a { background-color: rgb(105,141,170); }
div.DivClassName
{
background-color: #698DAA;
}
.BgClassName
{
background-color: #698DAA;
}
</style>
border-color css
<style>
span { border-color: #698DAA; }
span { border-color: rgb(105,141,170); }
td.TdClassName
{
border-color: #698DAA;
}
.TagClassName
{
border-color: #698DAA;
}
</style>