Shades of Air Force Blue #628BA1
Tints of Air Force Blue #628BA1
RGB
CMYK
RGB Variations
Color information
#628BA1 (or 0x628BA1) is known color: Air Force Blue. HEX triplet: 62, 8B and A1. RGB value is (98,139,161). Sum of RGB (Red+Green+Blue) = 98+139+161=398 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.62% from 398); Green value is 139 (54.69% from 255 or 34.92% from 398); Blue value is 161 (63.28% from 255 or 40.45% from 398); Max value from RGB is 161 - color contains mainly: blue. Hex color #628BA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #628BA1 is #9D745E. Grayscale: #818181. Windows color (decimal): -10318943 or 10586978. OLE color: 10586978.
HSL color Cylindrical-coordinate representation of color #628BA1: hue angle of 200.95º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #628BA1 is Cyan = 0.39, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 98 | 139 | 161 | - |
| CMYK | 0.39 | 0.14 | 0 | 0.37 |
| HSL | 200.95º | 0.25% | 0.51% | - |
| HSV(B) | 200.95º | 0.39% | 0.63% | - |
| XYZ | 20.7 | 23.64 | 37.19 | - |
| YUV | 129.25 | 145.92 | 105.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 139 | 161 | 0.39 | 0.14 | 0 | 0.37 | 200.95 | 0.25 | 0.51 |
| Hex | 62 | 8B | A1 | 27 | E | 0 | 25 | C9 | 19 | 33 |
| Octal | 142 | 213 | 241 | 47 | 16 | 0 | 45 | 311 | 31 | 63 |
| Binary | 1100010 | 10001011 | 10100001 | 100111 | 1110 | 0 | 100101 | 11001001 | 11001 | 110011 |
Color Harmonies of #628BA1
Complementary color
Monochromatic Colors of #628BA1
Black with #628BA1
Text Example
Text Example
White with #628BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628BA1; }
p { color: rgb(98,139,161); }
H1.HeaderClassName
{
color: #628BA1;
}
.AnyTagClassName
{
color: #628BA1;
}
</style>
background-color css
<style>
a { background-color: #628BA1; }
a { background-color: rgb(98,139,161); }
div.DivClassName
{
background-color: #628BA1;
}
.BgClassName
{
background-color: #628BA1;
}
</style>
border-color css
<style>
span { border-color: #628BA1; }
span { border-color: rgb(98,139,161); }
td.TdClassName
{
border-color: #628BA1;
}
.TagClassName
{
border-color: #628BA1;
}
</style>