Shades of Air Force Blue #698DAB
Tints of Air Force Blue #698DAB
RGB
CMYK
RGB Variations
Color information
#698DAB (or 0x698DAB) is known color: Air Force Blue. HEX triplet: 69, 8D and AB. RGB value is (105,141,171). Sum of RGB (Red+Green+Blue) = 105+141+171=417 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25.18% from 417); Green value is 141 (55.47% from 255 or 33.81% from 417); Blue value is 171 (67.19% from 255 or 41.01% from 417); Max value from RGB is 171 - color contains mainly: blue. Hex color #698DAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698DAB is #967254. Grayscale: #858585. Windows color (decimal): -9859669 or 11242857. OLE color: 11242857.
HSL color Cylindrical-coordinate representation of color #698DAB: hue angle of 207.27º 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 #698DAB is Cyan = 0.39, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 105 | 141 | 171 | - |
| CMYK | 0.39 | 0.18 | 0 | 0.33 |
| HSL | 207.27º | 0.28% | 0.54% | - |
| HSV(B) | 207.27º | 0.39% | 0.67% | - |
| XYZ | 22.7 | 24.99 | 42.16 | - |
| YUV | 133.66 | 149.07 | 107.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 141 | 171 | 0.39 | 0.18 | 0 | 0.33 | 207.27 | 0.28 | 0.54 |
| Hex | 69 | 8D | AB | 27 | 12 | 0 | 21 | CF | 1C | 36 |
| Octal | 151 | 215 | 253 | 47 | 22 | 0 | 41 | 317 | 34 | 66 |
| Binary | 1101001 | 10001101 | 10101011 | 100111 | 10010 | 0 | 100001 | 11001111 | 11100 | 110110 |
Color Harmonies of #698DAB
Complementary color
Monochromatic Colors of #698DAB
Black with #698DAB
Text Example
Text Example
White with #698DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698DAB; }
p { color: rgb(105,141,171); }
H1.HeaderClassName
{
color: #698DAB;
}
.AnyTagClassName
{
color: #698DAB;
}
</style>
background-color css
<style>
a { background-color: #698DAB; }
a { background-color: rgb(105,141,171); }
div.DivClassName
{
background-color: #698DAB;
}
.BgClassName
{
background-color: #698DAB;
}
</style>
border-color css
<style>
span { border-color: #698DAB; }
span { border-color: rgb(105,141,171); }
td.TdClassName
{
border-color: #698DAB;
}
.TagClassName
{
border-color: #698DAB;
}
</style>