Shades of Air Force Blue #698AAC
Tints of Air Force Blue #698AAC
RGB
CMYK
RGB Variations
Color information
#698AAC (or 0x698AAC) is known color: Air Force Blue. HEX triplet: 69, 8A and AC. RGB value is (105,138,172). Sum of RGB (Red+Green+Blue) = 105+138+172=415 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.30% from 415); Green value is 138 (54.30% from 255 or 33.25% from 415); Blue value is 172 (67.58% from 255 or 41.45% from 415); Max value from RGB is 172 - color contains mainly: blue. Hex color #698AAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698AAC is #967553. Grayscale: #838383. Windows color (decimal): -9860436 or 11307625. OLE color: 11307625.
HSL color Cylindrical-coordinate representation of color #698AAC: hue angle of 210.45º 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 #698AAC is Cyan = 0.39, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 105 | 138 | 172 | - |
| CMYK | 0.39 | 0.20 | 0 | 0.33 |
| HSL | 210.45º | 0.29% | 0.54% | - |
| HSV(B) | 210.45º | 0.39% | 0.67% | - |
| XYZ | 22.36 | 24.16 | 42.51 | - |
| YUV | 132.01 | 150.57 | 108.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 138 | 172 | 0.39 | 0.20 | 0 | 0.33 | 210.45 | 0.29 | 0.54 |
| Hex | 69 | 8A | AC | 27 | 14 | 0 | 21 | D2 | 1D | 36 |
| Octal | 151 | 212 | 254 | 47 | 24 | 0 | 41 | 322 | 35 | 66 |
| Binary | 1101001 | 10001010 | 10101100 | 100111 | 10100 | 0 | 100001 | 11010010 | 11101 | 110110 |
Color Harmonies of #698AAC
Complementary color
Monochromatic Colors of #698AAC
Black with #698AAC
Text Example
Text Example
White with #698AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698AAC; }
p { color: rgb(105,138,172); }
H1.HeaderClassName
{
color: #698AAC;
}
.AnyTagClassName
{
color: #698AAC;
}
</style>
background-color css
<style>
a { background-color: #698AAC; }
a { background-color: rgb(105,138,172); }
div.DivClassName
{
background-color: #698AAC;
}
.BgClassName
{
background-color: #698AAC;
}
</style>
border-color css
<style>
span { border-color: #698AAC; }
span { border-color: rgb(105,138,172); }
td.TdClassName
{
border-color: #698AAC;
}
.TagClassName
{
border-color: #698AAC;
}
</style>