Shades of Air Force Blue #62869C
Tints of Air Force Blue #62869C
RGB
CMYK
RGB Variations
Color information
#62869C (or 0x62869C) is known color: Air Force Blue. HEX triplet: 62, 86 and 9C. RGB value is (98,134,156). Sum of RGB (Red+Green+Blue) = 98+134+156=388 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25.26% from 388); Green value is 134 (52.73% from 255 or 34.54% from 388); Blue value is 156 (61.33% from 255 or 40.21% from 388); Max value from RGB is 156 - color contains mainly: blue. Hex color #62869C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62869C is #9D7963. Grayscale: #7D7D7D. Windows color (decimal): -10320228 or 10258018. OLE color: 10258018.
HSL color Cylindrical-coordinate representation of color #62869C: hue angle of 202.76º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #62869C is Cyan = 0.37, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 98 | 134 | 156 | - |
| CMYK | 0.37 | 0.14 | 0 | 0.39 |
| HSL | 202.76º | 0.23% | 0.5% | - |
| HSV(B) | 202.76º | 0.37% | 0.61% | - |
| XYZ | 19.56 | 22.05 | 34.68 | - |
| YUV | 125.74 | 145.07 | 108.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 134 | 156 | 0.37 | 0.14 | 0 | 0.39 | 202.76 | 0.23 | 0.5 |
| Hex | 62 | 86 | 9C | 25 | E | 0 | 27 | CB | 17 | 32 |
| Octal | 142 | 206 | 234 | 45 | 16 | 0 | 47 | 313 | 27 | 62 |
| Binary | 1100010 | 10000110 | 10011100 | 100101 | 1110 | 0 | 100111 | 11001011 | 10111 | 110010 |
Color Harmonies of #62869C
Complementary color
Monochromatic Colors of #62869C
Black with #62869C
Text Example
Text Example
White with #62869C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62869C; }
p { color: rgb(98,134,156); }
H1.HeaderClassName
{
color: #62869C;
}
.AnyTagClassName
{
color: #62869C;
}
</style>
background-color css
<style>
a { background-color: #62869C; }
a { background-color: rgb(98,134,156); }
div.DivClassName
{
background-color: #62869C;
}
.BgClassName
{
background-color: #62869C;
}
</style>
border-color css
<style>
span { border-color: #62869C; }
span { border-color: rgb(98,134,156); }
td.TdClassName
{
border-color: #62869C;
}
.TagClassName
{
border-color: #62869C;
}
</style>