Shades of Air Force Blue #628FA1
Tints of Air Force Blue #628FA1
RGB
CMYK
RGB Variations
Color information
#628FA1 (or 0x628FA1) is known color: Air Force Blue. HEX triplet: 62, 8F and A1. RGB value is (98,143,161). Sum of RGB (Red+Green+Blue) = 98+143+161=402 (53% of max value = 765). Red value is 98 (38.67% from 255 or 24.38% from 402); Green value is 143 (56.25% from 255 or 35.57% from 402); Blue value is 161 (63.28% from 255 or 40.05% from 402); Max value from RGB is 161 - color contains mainly: blue. Hex color #628FA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #628FA1 is #9D705E. Grayscale: #838383. Windows color (decimal): -10317919 or 10588002. OLE color: 10588002.
HSL color Cylindrical-coordinate representation of color #628FA1: hue angle of 197.14º 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 #628FA1 is Cyan = 0.39, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 98 | 143 | 161 | - |
| CMYK | 0.39 | 0.11 | 0 | 0.37 |
| HSL | 197.14º | 0.25% | 0.51% | - |
| HSV(B) | 197.14º | 0.39% | 0.63% | - |
| XYZ | 21.29 | 24.81 | 37.39 | - |
| YUV | 131.6 | 144.59 | 104.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 143 | 161 | 0.39 | 0.11 | 0 | 0.37 | 197.14 | 0.25 | 0.51 |
| Hex | 62 | 8F | A1 | 27 | B | 0 | 25 | C5 | 19 | 33 |
| Octal | 142 | 217 | 241 | 47 | 13 | 0 | 45 | 305 | 31 | 63 |
| Binary | 1100010 | 10001111 | 10100001 | 100111 | 1011 | 0 | 100101 | 11000101 | 11001 | 110011 |
Color Harmonies of #628FA1
Complementary color
Monochromatic Colors of #628FA1
Black with #628FA1
Text Example
Text Example
White with #628FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628FA1; }
p { color: rgb(98,143,161); }
H1.HeaderClassName
{
color: #628FA1;
}
.AnyTagClassName
{
color: #628FA1;
}
</style>
background-color css
<style>
a { background-color: #628FA1; }
a { background-color: rgb(98,143,161); }
div.DivClassName
{
background-color: #628FA1;
}
.BgClassName
{
background-color: #628FA1;
}
</style>
border-color css
<style>
span { border-color: #628FA1; }
span { border-color: rgb(98,143,161); }
td.TdClassName
{
border-color: #628FA1;
}
.TagClassName
{
border-color: #628FA1;
}
</style>