Shades of Air Force Blue #627FA1
Tints of Air Force Blue #627FA1
RGB
CMYK
RGB Variations
Color information
#627FA1 (or 0x627FA1) is known color: Air Force Blue. HEX triplet: 62, 7F and A1. RGB value is (98,127,161). Sum of RGB (Red+Green+Blue) = 98+127+161=386 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25.39% from 386); Green value is 127 (50% from 255 or 32.90% from 386); Blue value is 161 (63.28% from 255 or 41.71% from 386); Max value from RGB is 161 - color contains mainly: blue. Hex color #627FA1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627FA1 is #9D805E. Grayscale: #7A7A7A. Windows color (decimal): -10322015 or 10583906. OLE color: 10583906.
HSL color Cylindrical-coordinate representation of color #627FA1: hue angle of 212.38º 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 #627FA1 is Cyan = 0.39, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 98 | 127 | 161 | - |
| CMYK | 0.39 | 0.21 | 0 | 0.37 |
| HSL | 212.38º | 0.25% | 0.51% | - |
| HSV(B) | 212.38º | 0.39% | 0.63% | - |
| XYZ | 19.06 | 20.35 | 36.64 | - |
| YUV | 122.21 | 149.89 | 110.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 127 | 161 | 0.39 | 0.21 | 0 | 0.37 | 212.38 | 0.25 | 0.51 |
| Hex | 62 | 7F | A1 | 27 | 15 | 0 | 25 | D4 | 19 | 33 |
| Octal | 142 | 177 | 241 | 47 | 25 | 0 | 45 | 324 | 31 | 63 |
| Binary | 1100010 | 1111111 | 10100001 | 100111 | 10101 | 0 | 100101 | 11010100 | 11001 | 110011 |
Color Harmonies of #627FA1
Complementary color
Monochromatic Colors of #627FA1
Black with #627FA1
Text Example
Text Example
White with #627FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #627FA1; }
p { color: rgb(98,127,161); }
H1.HeaderClassName
{
color: #627FA1;
}
.AnyTagClassName
{
color: #627FA1;
}
</style>
background-color css
<style>
a { background-color: #627FA1; }
a { background-color: rgb(98,127,161); }
div.DivClassName
{
background-color: #627FA1;
}
.BgClassName
{
background-color: #627FA1;
}
</style>
border-color css
<style>
span { border-color: #627FA1; }
span { border-color: rgb(98,127,161); }
td.TdClassName
{
border-color: #627FA1;
}
.TagClassName
{
border-color: #627FA1;
}
</style>