Shades of Air Force Blue #698AAD
Tints of Air Force Blue #698AAD
RGB
CMYK
RGB Variations
Color information
#698AAD (or 0x698AAD) is known color: Air Force Blue. HEX triplet: 69, 8A and AD. RGB value is (105,138,173). Sum of RGB (Red+Green+Blue) = 105+138+173=416 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25.24% from 416); Green value is 138 (54.30% from 255 or 33.17% from 416); Blue value is 173 (67.97% from 255 or 41.59% from 416); Max value from RGB is 173 - color contains mainly: blue. Hex color #698AAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698AAD is #967552. Grayscale: #838383. Windows color (decimal): -9860435 or 11373161. OLE color: 11373161.
HSL color Cylindrical-coordinate representation of color #698AAD: hue angle of 210.88º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #698AAD is Cyan = 0.39, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 105 | 138 | 173 | - |
| CMYK | 0.39 | 0.20 | 0 | 0.32 |
| HSL | 210.88º | 0.29% | 0.55% | - |
| HSV(B) | 210.88º | 0.39% | 0.68% | - |
| XYZ | 22.46 | 24.2 | 43.02 | - |
| YUV | 132.12 | 151.07 | 108.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 138 | 173 | 0.39 | 0.20 | 0 | 0.32 | 210.88 | 0.29 | 0.55 |
| Hex | 69 | 8A | AD | 27 | 14 | 0 | 20 | D3 | 1D | 37 |
| Octal | 151 | 212 | 255 | 47 | 24 | 0 | 40 | 323 | 35 | 67 |
| Binary | 1101001 | 10001010 | 10101101 | 100111 | 10100 | 0 | 100000 | 11010011 | 11101 | 110111 |
Color Harmonies of #698AAD
Complementary color
Monochromatic Colors of #698AAD
Black with #698AAD
Text Example
Text Example
White with #698AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698AAD; }
p { color: rgb(105,138,173); }
H1.HeaderClassName
{
color: #698AAD;
}
.AnyTagClassName
{
color: #698AAD;
}
</style>
background-color css
<style>
a { background-color: #698AAD; }
a { background-color: rgb(105,138,173); }
div.DivClassName
{
background-color: #698AAD;
}
.BgClassName
{
background-color: #698AAD;
}
</style>
border-color css
<style>
span { border-color: #698AAD; }
span { border-color: rgb(105,138,173); }
td.TdClassName
{
border-color: #698AAD;
}
.TagClassName
{
border-color: #698AAD;
}
</style>