Shades of Air Force Blue #627FA3
Tints of Air Force Blue #627FA3
RGB
CMYK
RGB Variations
Color information
#627FA3 (or 0x627FA3) is known color: Air Force Blue. HEX triplet: 62, 7F and A3. RGB value is (98,127,163). Sum of RGB (Red+Green+Blue) = 98+127+163=388 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25.26% from 388); Green value is 127 (50% from 255 or 32.73% from 388); Blue value is 163 (64.06% from 255 or 42.01% from 388); Max value from RGB is 163 - color contains mainly: blue. Hex color #627FA3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627FA3 is #9D805C. Grayscale: #7A7A7A. Windows color (decimal): -10322013 or 10714978. OLE color: 10714978.
HSL color Cylindrical-coordinate representation of color #627FA3: hue angle of 213.23º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #627FA3 is Cyan = 0.40, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 98 | 127 | 163 | - |
| CMYK | 0.40 | 0.22 | 0 | 0.36 |
| HSL | 213.23º | 0.26% | 0.51% | - |
| HSV(B) | 213.23º | 0.4% | 0.64% | - |
| XYZ | 19.24 | 20.42 | 37.58 | - |
| YUV | 122.43 | 150.89 | 110.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 127 | 163 | 0.40 | 0.22 | 0 | 0.36 | 213.23 | 0.26 | 0.51 |
| Hex | 62 | 7F | A3 | 28 | 16 | 0 | 24 | D5 | 1A | 33 |
| Octal | 142 | 177 | 243 | 50 | 26 | 0 | 44 | 325 | 32 | 63 |
| Binary | 1100010 | 1111111 | 10100011 | 101000 | 10110 | 0 | 100100 | 11010101 | 11010 | 110011 |
Color Harmonies of #627FA3
Complementary color
Monochromatic Colors of #627FA3
Black with #627FA3
Text Example
Text Example
White with #627FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #627FA3; }
p { color: rgb(98,127,163); }
H1.HeaderClassName
{
color: #627FA3;
}
.AnyTagClassName
{
color: #627FA3;
}
</style>
background-color css
<style>
a { background-color: #627FA3; }
a { background-color: rgb(98,127,163); }
div.DivClassName
{
background-color: #627FA3;
}
.BgClassName
{
background-color: #627FA3;
}
</style>
border-color css
<style>
span { border-color: #627FA3; }
span { border-color: rgb(98,127,163); }
td.TdClassName
{
border-color: #627FA3;
}
.TagClassName
{
border-color: #627FA3;
}
</style>