Shades of Air Force Blue #698FB4
Tints of Air Force Blue #698FB4
RGB
CMYK
RGB Variations
Color information
#698FB4 (or 0x698FB4) is known color: Air Force Blue. HEX triplet: 69, 8F and B4. RGB value is (105,143,180). Sum of RGB (Red+Green+Blue) = 105+143+180=428 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.53% from 428); Green value is 143 (56.25% from 255 or 33.41% from 428); Blue value is 180 (70.70% from 255 or 42.06% from 428); Max value from RGB is 180 - color contains mainly: blue. Hex color #698FB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #698FB4 is #96704B. Grayscale: #878787. Windows color (decimal): -9859148 or 11833193. OLE color: 11833193.
HSL color Cylindrical-coordinate representation of color #698FB4: hue angle of 209.6º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #698FB4 is Cyan = 0.42, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 105 | 143 | 180 | - |
| CMYK | 0.42 | 0.21 | 0 | 0.29 |
| HSL | 209.6º | 0.33% | 0.56% | - |
| HSV(B) | 209.6º | 0.42% | 0.71% | - |
| XYZ | 23.89 | 25.94 | 46.93 | - |
| YUV | 135.86 | 152.91 | 105.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 143 | 180 | 0.42 | 0.21 | 0 | 0.29 | 209.6 | 0.33 | 0.56 |
| Hex | 69 | 8F | B4 | 2A | 15 | 0 | 1D | D2 | 21 | 38 |
| Octal | 151 | 217 | 264 | 52 | 25 | 0 | 35 | 322 | 41 | 70 |
| Binary | 1101001 | 10001111 | 10110100 | 101010 | 10101 | 0 | 11101 | 11010010 | 100001 | 111000 |
Color Harmonies of #698FB4
Complementary color
Monochromatic Colors of #698FB4
Black with #698FB4
Text Example
Text Example
White with #698FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698FB4; }
p { color: rgb(105,143,180); }
H1.HeaderClassName
{
color: #698FB4;
}
.AnyTagClassName
{
color: #698FB4;
}
</style>
background-color css
<style>
a { background-color: #698FB4; }
a { background-color: rgb(105,143,180); }
div.DivClassName
{
background-color: #698FB4;
}
.BgClassName
{
background-color: #698FB4;
}
</style>
border-color css
<style>
span { border-color: #698FB4; }
span { border-color: rgb(105,143,180); }
td.TdClassName
{
border-color: #698FB4;
}
.TagClassName
{
border-color: #698FB4;
}
</style>