Shades of Air Force Blue #627CAB
Tints of Air Force Blue #627CAB
RGB
CMYK
RGB Variations
Color information
#627CAB (or 0x627CAB) is known color: Air Force Blue. HEX triplet: 62, 7C and AB. RGB value is (98,124,171). Sum of RGB (Red+Green+Blue) = 98+124+171=393 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.94% from 393); Green value is 124 (48.83% from 255 or 31.55% from 393); Blue value is 171 (67.19% from 255 or 43.51% from 393); Max value from RGB is 171 - color contains mainly: blue. Hex color #627CAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627CAB is #9D8354. Grayscale: #797979. Windows color (decimal): -10322773 or 11238498. OLE color: 11238498.
HSL color Cylindrical-coordinate representation of color #627CAB: hue angle of 218.63º 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 #627CAB is Cyan = 0.43, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 98 | 124 | 171 | - |
| CMYK | 0.43 | 0.27 | 0 | 0.33 |
| HSL | 218.63º | 0.3% | 0.53% | - |
| HSV(B) | 218.63º | 0.43% | 0.67% | - |
| XYZ | 19.6 | 19.95 | 41.35 | - |
| YUV | 121.58 | 155.89 | 111.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 124 | 171 | 0.43 | 0.27 | 0 | 0.33 | 218.63 | 0.3 | 0.53 |
| Hex | 62 | 7C | AB | 2B | 1B | 0 | 21 | DB | 1E | 35 |
| Octal | 142 | 174 | 253 | 53 | 33 | 0 | 41 | 333 | 36 | 65 |
| Binary | 1100010 | 1111100 | 10101011 | 101011 | 11011 | 0 | 100001 | 11011011 | 11110 | 110101 |
Color Harmonies of #627CAB
Complementary color
Monochromatic Colors of #627CAB
Black with #627CAB
Text Example
Text Example
White with #627CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #627CAB; }
p { color: rgb(98,124,171); }
H1.HeaderClassName
{
color: #627CAB;
}
.AnyTagClassName
{
color: #627CAB;
}
</style>
background-color css
<style>
a { background-color: #627CAB; }
a { background-color: rgb(98,124,171); }
div.DivClassName
{
background-color: #627CAB;
}
.BgClassName
{
background-color: #627CAB;
}
</style>
border-color css
<style>
span { border-color: #627CAB; }
span { border-color: rgb(98,124,171); }
td.TdClassName
{
border-color: #627CAB;
}
.TagClassName
{
border-color: #627CAB;
}
</style>