Shades of Air Force Blue #627EA8
Tints of Air Force Blue #627EA8
RGB
CMYK
RGB Variations
Color information
#627EA8 (or 0x627EA8) is known color: Air Force Blue. HEX triplet: 62, 7E and A8. RGB value is (98,126,168). Sum of RGB (Red+Green+Blue) = 98+126+168=392 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25% from 392); Green value is 126 (49.61% from 255 or 32.14% from 392); Blue value is 168 (66.02% from 255 or 42.86% from 392); Max value from RGB is 168 - color contains mainly: blue. Hex color #627EA8 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627EA8 is #9D8157. Grayscale: #7A7A7A. Windows color (decimal): -10322264 or 11042402. OLE color: 11042402.
HSL color Cylindrical-coordinate representation of color #627EA8: hue angle of 216º degrees, saturation: 0.29, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #627EA8 is Cyan = 0.42, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 98 | 126 | 168 | - |
| CMYK | 0.42 | 0.25 | 0 | 0.34 |
| HSL | 216º | 0.29% | 0.52% | - |
| HSV(B) | 216º | 0.42% | 0.66% | - |
| XYZ | 19.57 | 20.35 | 39.94 | - |
| YUV | 122.42 | 153.72 | 110.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 126 | 168 | 0.42 | 0.25 | 0 | 0.34 | 216 | 0.29 | 0.52 |
| Hex | 62 | 7E | A8 | 2A | 19 | 0 | 22 | D8 | 1D | 34 |
| Octal | 142 | 176 | 250 | 52 | 31 | 0 | 42 | 330 | 35 | 64 |
| Binary | 1100010 | 1111110 | 10101000 | 101010 | 11001 | 0 | 100010 | 11011000 | 11101 | 110100 |
Color Harmonies of #627EA8
Complementary color
Monochromatic Colors of #627EA8
Black with #627EA8
Text Example
Text Example
White with #627EA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #627EA8; }
p { color: rgb(98,126,168); }
H1.HeaderClassName
{
color: #627EA8;
}
.AnyTagClassName
{
color: #627EA8;
}
</style>
background-color css
<style>
a { background-color: #627EA8; }
a { background-color: rgb(98,126,168); }
div.DivClassName
{
background-color: #627EA8;
}
.BgClassName
{
background-color: #627EA8;
}
</style>
border-color css
<style>
span { border-color: #627EA8; }
span { border-color: rgb(98,126,168); }
td.TdClassName
{
border-color: #627EA8;
}
.TagClassName
{
border-color: #627EA8;
}
</style>