Shades of Air Force Blue #628DAA
Tints of Air Force Blue #628DAA
RGB
CMYK
RGB Variations
Color information
#628DAA (or 0x628DAA) is known color: Air Force Blue. HEX triplet: 62, 8D and AA. RGB value is (98,141,170). Sum of RGB (Red+Green+Blue) = 98+141+170=409 (54% of max value = 765). Red value is 98 (38.67% from 255 or 23.96% from 409); Green value is 141 (55.47% from 255 or 34.47% from 409); Blue value is 170 (66.80% from 255 or 41.56% from 409); Max value from RGB is 170 - color contains mainly: blue. Hex color #628DAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #628DAA is #9D7255. Grayscale: #838383. Windows color (decimal): -10318422 or 11177314. OLE color: 11177314.
HSL color Cylindrical-coordinate representation of color #628DAA: hue angle of 204.17º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #628DAA is Cyan = 0.42, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 98 | 141 | 170 | - |
| CMYK | 0.42 | 0.17 | 0 | 0.33 |
| HSL | 204.17º | 0.3% | 0.53% | - |
| HSV(B) | 204.17º | 0.42% | 0.67% | - |
| XYZ | 21.82 | 24.55 | 41.62 | - |
| YUV | 131.45 | 149.75 | 104.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 141 | 170 | 0.42 | 0.17 | 0 | 0.33 | 204.17 | 0.3 | 0.53 |
| Hex | 62 | 8D | AA | 2A | 11 | 0 | 21 | CC | 1E | 35 |
| Octal | 142 | 215 | 252 | 52 | 21 | 0 | 41 | 314 | 36 | 65 |
| Binary | 1100010 | 10001101 | 10101010 | 101010 | 10001 | 0 | 100001 | 11001100 | 11110 | 110101 |
Color Harmonies of #628DAA
Complementary color
Monochromatic Colors of #628DAA
Black with #628DAA
Text Example
Text Example
White with #628DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628DAA; }
p { color: rgb(98,141,170); }
H1.HeaderClassName
{
color: #628DAA;
}
.AnyTagClassName
{
color: #628DAA;
}
</style>
background-color css
<style>
a { background-color: #628DAA; }
a { background-color: rgb(98,141,170); }
div.DivClassName
{
background-color: #628DAA;
}
.BgClassName
{
background-color: #628DAA;
}
</style>
border-color css
<style>
span { border-color: #628DAA; }
span { border-color: rgb(98,141,170); }
td.TdClassName
{
border-color: #628DAA;
}
.TagClassName
{
border-color: #628DAA;
}
</style>