Shades of Air Force Blue #627DAB
Tints of Air Force Blue #627DAB
RGB
CMYK
RGB Variations
Color information
#627DAB (or 0x627DAB) is known color: Air Force Blue. HEX triplet: 62, 7D and AB. RGB value is (98,125,171). Sum of RGB (Red+Green+Blue) = 98+125+171=394 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.87% from 394); Green value is 125 (49.22% from 255 or 31.73% from 394); Blue value is 171 (67.19% from 255 or 43.40% from 394); Max value from RGB is 171 - color contains mainly: blue. Hex color #627DAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627DAB is #9D8254. Grayscale: #797979. Windows color (decimal): -10322517 or 11238754. OLE color: 11238754.
HSL color Cylindrical-coordinate representation of color #627DAB: hue angle of 217.81º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #627DAB is Cyan = 0.43, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 98 | 125 | 171 | - |
| CMYK | 0.43 | 0.27 | 0 | 0.33 |
| HSL | 217.81º | 0.3% | 0.53% | - |
| HSV(B) | 217.81º | 0.43% | 0.67% | - |
| XYZ | 19.72 | 20.2 | 41.39 | - |
| YUV | 122.17 | 155.55 | 110.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 125 | 171 | 0.43 | 0.27 | 0 | 0.33 | 217.81 | 0.3 | 0.53 |
| Hex | 62 | 7D | AB | 2B | 1B | 0 | 21 | DA | 1E | 35 |
| Octal | 142 | 175 | 253 | 53 | 33 | 0 | 41 | 332 | 36 | 65 |
| Binary | 1100010 | 1111101 | 10101011 | 101011 | 11011 | 0 | 100001 | 11011010 | 11110 | 110101 |
Color Harmonies of #627DAB
Complementary color
Monochromatic Colors of #627DAB
Black with #627DAB
Text Example
Text Example
White with #627DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #627DAB; }
p { color: rgb(98,125,171); }
H1.HeaderClassName
{
color: #627DAB;
}
.AnyTagClassName
{
color: #627DAB;
}
</style>
background-color css
<style>
a { background-color: #627DAB; }
a { background-color: rgb(98,125,171); }
div.DivClassName
{
background-color: #627DAB;
}
.BgClassName
{
background-color: #627DAB;
}
</style>
border-color css
<style>
span { border-color: #627DAB; }
span { border-color: rgb(98,125,171); }
td.TdClassName
{
border-color: #627DAB;
}
.TagClassName
{
border-color: #627DAB;
}
</style>