Shades of Air Force Blue #627EA6
Tints of Air Force Blue #627EA6
RGB
CMYK
RGB Variations
Color information
#627EA6 (or 0x627EA6) is known color: Air Force Blue. HEX triplet: 62, 7E and A6. RGB value is (98,126,166). Sum of RGB (Red+Green+Blue) = 98+126+166=390 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25.13% from 390); Green value is 126 (49.61% from 255 or 32.31% from 390); Blue value is 166 (65.23% from 255 or 42.56% from 390); Max value from RGB is 166 - color contains mainly: blue. Hex color #627EA6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627EA6 is #9D8159. Grayscale: #797979. Windows color (decimal): -10322266 or 10911330. OLE color: 10911330.
HSL color Cylindrical-coordinate representation of color #627EA6: hue angle of 215.29º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #627EA6 is Cyan = 0.41, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 98 | 126 | 166 | - |
| CMYK | 0.41 | 0.24 | 0 | 0.35 |
| HSL | 215.29º | 0.28% | 0.52% | - |
| HSV(B) | 215.29º | 0.41% | 0.65% | - |
| XYZ | 19.38 | 20.27 | 38.97 | - |
| YUV | 122.19 | 152.72 | 110.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 126 | 166 | 0.41 | 0.24 | 0 | 0.35 | 215.29 | 0.28 | 0.52 |
| Hex | 62 | 7E | A6 | 29 | 18 | 0 | 23 | D7 | 1C | 34 |
| Octal | 142 | 176 | 246 | 51 | 30 | 0 | 43 | 327 | 34 | 64 |
| Binary | 1100010 | 1111110 | 10100110 | 101001 | 11000 | 0 | 100011 | 11010111 | 11100 | 110100 |
Color Harmonies of #627EA6
Complementary color
Monochromatic Colors of #627EA6
Black with #627EA6
Text Example
Text Example
White with #627EA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #627EA6; }
p { color: rgb(98,126,166); }
H1.HeaderClassName
{
color: #627EA6;
}
.AnyTagClassName
{
color: #627EA6;
}
</style>
background-color css
<style>
a { background-color: #627EA6; }
a { background-color: rgb(98,126,166); }
div.DivClassName
{
background-color: #627EA6;
}
.BgClassName
{
background-color: #627EA6;
}
</style>
border-color css
<style>
span { border-color: #627EA6; }
span { border-color: rgb(98,126,166); }
td.TdClassName
{
border-color: #627EA6;
}
.TagClassName
{
border-color: #627EA6;
}
</style>