Shades of Air Force Blue #698BAB
Tints of Air Force Blue #698BAB
RGB
CMYK
RGB Variations
Color information
#698BAB (or 0x698BAB) is known color: Air Force Blue. HEX triplet: 69, 8B and AB. RGB value is (105,139,171). Sum of RGB (Red+Green+Blue) = 105+139+171=415 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.30% from 415); Green value is 139 (54.69% from 255 or 33.49% from 415); Blue value is 171 (67.19% from 255 or 41.20% from 415); Max value from RGB is 171 - color contains mainly: blue. Hex color #698BAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698BAB is #967454. Grayscale: #848484. Windows color (decimal): -9860181 or 11242345. OLE color: 11242345.
HSL color Cylindrical-coordinate representation of color #698BAB: hue angle of 209.09º degrees, saturation: 0.28, 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 #698BAB is Cyan = 0.39, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 105 | 139 | 171 | - |
| CMYK | 0.39 | 0.19 | 0 | 0.33 |
| HSL | 209.09º | 0.28% | 0.54% | - |
| HSV(B) | 209.09º | 0.39% | 0.67% | - |
| XYZ | 22.41 | 24.41 | 42.06 | - |
| YUV | 132.48 | 149.74 | 108.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 139 | 171 | 0.39 | 0.19 | 0 | 0.33 | 209.09 | 0.28 | 0.54 |
| Hex | 69 | 8B | AB | 27 | 13 | 0 | 21 | D1 | 1C | 36 |
| Octal | 151 | 213 | 253 | 47 | 23 | 0 | 41 | 321 | 34 | 66 |
| Binary | 1101001 | 10001011 | 10101011 | 100111 | 10011 | 0 | 100001 | 11010001 | 11100 | 110110 |
Color Harmonies of #698BAB
Complementary color
Monochromatic Colors of #698BAB
Black with #698BAB
Text Example
Text Example
White with #698BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698BAB; }
p { color: rgb(105,139,171); }
H1.HeaderClassName
{
color: #698BAB;
}
.AnyTagClassName
{
color: #698BAB;
}
</style>
background-color css
<style>
a { background-color: #698BAB; }
a { background-color: rgb(105,139,171); }
div.DivClassName
{
background-color: #698BAB;
}
.BgClassName
{
background-color: #698BAB;
}
</style>
border-color css
<style>
span { border-color: #698BAB; }
span { border-color: rgb(105,139,171); }
td.TdClassName
{
border-color: #698BAB;
}
.TagClassName
{
border-color: #698BAB;
}
</style>