Shades of Air Force Blue #62889D
Tints of Air Force Blue #62889D
RGB
CMYK
RGB Variations
Color information
#62889D (or 0x62889D) is known color: Air Force Blue. HEX triplet: 62, 88 and 9D. RGB value is (98,136,157). Sum of RGB (Red+Green+Blue) = 98+136+157=391 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25.06% from 391); Green value is 136 (53.52% from 255 or 34.78% from 391); Blue value is 157 (61.72% from 255 or 40.15% from 391); Max value from RGB is 157 - color contains mainly: blue. Hex color #62889D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62889D is #9D7762. Grayscale: #7E7E7E. Windows color (decimal): -10319715 or 10324066. OLE color: 10324066.
HSL color Cylindrical-coordinate representation of color #62889D: hue angle of 201.36º 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 #62889D is Cyan = 0.38, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 98 | 136 | 157 | - |
| CMYK | 0.38 | 0.13 | 0 | 0.38 |
| HSL | 201.36º | 0.23% | 0.5% | - |
| HSV(B) | 201.36º | 0.38% | 0.62% | - |
| XYZ | 19.93 | 22.64 | 35.22 | - |
| YUV | 127.03 | 144.91 | 107.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 136 | 157 | 0.38 | 0.13 | 0 | 0.38 | 201.36 | 0.23 | 0.5 |
| Hex | 62 | 88 | 9D | 26 | D | 0 | 26 | C9 | 17 | 32 |
| Octal | 142 | 210 | 235 | 46 | 15 | 0 | 46 | 311 | 27 | 62 |
| Binary | 1100010 | 10001000 | 10011101 | 100110 | 1101 | 0 | 100110 | 11001001 | 10111 | 110010 |
Color Harmonies of #62889D
Complementary color
Monochromatic Colors of #62889D
Black with #62889D
Text Example
Text Example
White with #62889D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62889D; }
p { color: rgb(98,136,157); }
H1.HeaderClassName
{
color: #62889D;
}
.AnyTagClassName
{
color: #62889D;
}
</style>
background-color css
<style>
a { background-color: #62889D; }
a { background-color: rgb(98,136,157); }
div.DivClassName
{
background-color: #62889D;
}
.BgClassName
{
background-color: #62889D;
}
</style>
border-color css
<style>
span { border-color: #62889D; }
span { border-color: rgb(98,136,157); }
td.TdClassName
{
border-color: #62889D;
}
.TagClassName
{
border-color: #62889D;
}
</style>