Shades of Air Force Blue #627F9D
Tints of Air Force Blue #627F9D
RGB
CMYK
RGB Variations
Color information
#627F9D (or 0x627F9D) is known color: Air Force Blue. HEX triplet: 62, 7F and 9D. RGB value is (98,127,157). Sum of RGB (Red+Green+Blue) = 98+127+157=382 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.65% from 382); Green value is 127 (50% from 255 or 33.25% from 382); Blue value is 157 (61.72% from 255 or 41.10% from 382); Max value from RGB is 157 - color contains mainly: blue. Hex color #627F9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627F9D is #9D8062. Grayscale: #797979. Windows color (decimal): -10322019 or 10321762. OLE color: 10321762.
HSL color Cylindrical-coordinate representation of color #627F9D: hue angle of 210.51º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #627F9D is Cyan = 0.38, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 98 | 127 | 157 | - |
| CMYK | 0.38 | 0.19 | 0 | 0.38 |
| HSL | 210.51º | 0.23% | 0.5% | - |
| HSV(B) | 210.51º | 0.38% | 0.62% | - |
| XYZ | 18.71 | 20.21 | 34.81 | - |
| YUV | 121.75 | 147.89 | 111.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 127 | 157 | 0.38 | 0.19 | 0 | 0.38 | 210.51 | 0.23 | 0.5 |
| Hex | 62 | 7F | 9D | 26 | 13 | 0 | 26 | D3 | 17 | 32 |
| Octal | 142 | 177 | 235 | 46 | 23 | 0 | 46 | 323 | 27 | 62 |
| Binary | 1100010 | 1111111 | 10011101 | 100110 | 10011 | 0 | 100110 | 11010011 | 10111 | 110010 |
Color Harmonies of #627F9D
Complementary color
Monochromatic Colors of #627F9D
Black with #627F9D
Text Example
Text Example
White with #627F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #627F9D; }
p { color: rgb(98,127,157); }
H1.HeaderClassName
{
color: #627F9D;
}
.AnyTagClassName
{
color: #627F9D;
}
</style>
background-color css
<style>
a { background-color: #627F9D; }
a { background-color: rgb(98,127,157); }
div.DivClassName
{
background-color: #627F9D;
}
.BgClassName
{
background-color: #627F9D;
}
</style>
border-color css
<style>
span { border-color: #627F9D; }
span { border-color: rgb(98,127,157); }
td.TdClassName
{
border-color: #627F9D;
}
.TagClassName
{
border-color: #627F9D;
}
</style>