Shades of Air Force Blue #698FAC
Tints of Air Force Blue #698FAC
RGB
CMYK
RGB Variations
Color information
#698FAC (or 0x698FAC) is known color: Air Force Blue. HEX triplet: 69, 8F and AC. RGB value is (105,143,172). Sum of RGB (Red+Green+Blue) = 105+143+172=420 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25% from 420); Green value is 143 (56.25% from 255 or 34.05% from 420); Blue value is 172 (67.58% from 255 or 40.95% from 420); Max value from RGB is 172 - color contains mainly: blue. Hex color #698FAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698FAC is #967053. Grayscale: #868686. Windows color (decimal): -9859156 or 11308905. OLE color: 11308905.
HSL color Cylindrical-coordinate representation of color #698FAC: hue angle of 205.97º 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 #698FAC is Cyan = 0.39, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 105 | 143 | 172 | - |
| CMYK | 0.39 | 0.17 | 0 | 0.33 |
| HSL | 205.97º | 0.29% | 0.54% | - |
| HSV(B) | 205.97º | 0.39% | 0.67% | - |
| XYZ | 23.09 | 25.63 | 42.76 | - |
| YUV | 134.94 | 148.91 | 106.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 143 | 172 | 0.39 | 0.17 | 0 | 0.33 | 205.97 | 0.29 | 0.54 |
| Hex | 69 | 8F | AC | 27 | 11 | 0 | 21 | CE | 1D | 36 |
| Octal | 151 | 217 | 254 | 47 | 21 | 0 | 41 | 316 | 35 | 66 |
| Binary | 1101001 | 10001111 | 10101100 | 100111 | 10001 | 0 | 100001 | 11001110 | 11101 | 110110 |
Color Harmonies of #698FAC
Complementary color
Monochromatic Colors of #698FAC
Black with #698FAC
Text Example
Text Example
White with #698FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698FAC; }
p { color: rgb(105,143,172); }
H1.HeaderClassName
{
color: #698FAC;
}
.AnyTagClassName
{
color: #698FAC;
}
</style>
background-color css
<style>
a { background-color: #698FAC; }
a { background-color: rgb(105,143,172); }
div.DivClassName
{
background-color: #698FAC;
}
.BgClassName
{
background-color: #698FAC;
}
</style>
border-color css
<style>
span { border-color: #698FAC; }
span { border-color: rgb(105,143,172); }
td.TdClassName
{
border-color: #698FAC;
}
.TagClassName
{
border-color: #698FAC;
}
</style>