Shades of Air Force Blue #61879E
Tints of Air Force Blue #61879E
RGB
CMYK
RGB Variations
Color information
#61879E (or 0x61879E) is known color: Air Force Blue. HEX triplet: 61, 87 and 9E. RGB value is (97,135,158). Sum of RGB (Red+Green+Blue) = 97+135+158=390 (51% of max value = 765). Red value is 97 (38.28% from 255 or 24.87% from 390); Green value is 135 (53.12% from 255 or 34.62% from 390); Blue value is 158 (62.11% from 255 or 40.51% from 390); Max value from RGB is 158 - color contains mainly: blue. Hex color #61879E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61879E is #9E7861. Grayscale: #7E7E7E. Windows color (decimal): -10385506 or 10389345. OLE color: 10389345.
HSL color Cylindrical-coordinate representation of color #61879E: hue angle of 202.62º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #61879E is Cyan = 0.39, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 97 | 135 | 158 | - |
| CMYK | 0.39 | 0.15 | 0 | 0.38 |
| HSL | 202.62º | 0.24% | 0.5% | - |
| HSV(B) | 202.62º | 0.39% | 0.62% | - |
| XYZ | 19.77 | 22.34 | 35.62 | - |
| YUV | 126.26 | 145.91 | 107.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 135 | 158 | 0.39 | 0.15 | 0 | 0.38 | 202.62 | 0.24 | 0.5 |
| Hex | 61 | 87 | 9E | 27 | F | 0 | 26 | CB | 18 | 32 |
| Octal | 141 | 207 | 236 | 47 | 17 | 0 | 46 | 313 | 30 | 62 |
| Binary | 1100001 | 10000111 | 10011110 | 100111 | 1111 | 0 | 100110 | 11001011 | 11000 | 110010 |
Color Harmonies of #61879E
Complementary color
Monochromatic Colors of #61879E
Black with #61879E
Text Example
Text Example
White with #61879E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61879E; }
p { color: rgb(97,135,158); }
H1.HeaderClassName
{
color: #61879E;
}
.AnyTagClassName
{
color: #61879E;
}
</style>
background-color css
<style>
a { background-color: #61879E; }
a { background-color: rgb(97,135,158); }
div.DivClassName
{
background-color: #61879E;
}
.BgClassName
{
background-color: #61879E;
}
</style>
border-color css
<style>
span { border-color: #61879E; }
span { border-color: rgb(97,135,158); }
td.TdClassName
{
border-color: #61879E;
}
.TagClassName
{
border-color: #61879E;
}
</style>