Shades of Air Force Blue #61809A
Tints of Air Force Blue #61809A
RGB
CMYK
RGB Variations
Color information
#61809A (or 0x61809A) is known color: Air Force Blue. HEX triplet: 61, 80 and 9A. RGB value is (97,128,154). Sum of RGB (Red+Green+Blue) = 97+128+154=379 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.59% from 379); Green value is 128 (50.39% from 255 or 33.77% from 379); Blue value is 154 (60.55% from 255 or 40.63% from 379); Max value from RGB is 154 - color contains mainly: blue. Hex color #61809A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61809A is #9E7F65. Grayscale: #797979. Windows color (decimal): -10387302 or 10125409. OLE color: 10125409.
HSL color Cylindrical-coordinate representation of color #61809A: hue angle of 207.37º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #61809A is Cyan = 0.37, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 97 | 128 | 154 | - |
| CMYK | 0.37 | 0.17 | 0 | 0.40 |
| HSL | 207.37º | 0.23% | 0.49% | - |
| HSV(B) | 207.37º | 0.37% | 0.6% | - |
| XYZ | 18.48 | 20.31 | 33.52 | - |
| YUV | 121.7 | 146.23 | 110.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 128 | 154 | 0.37 | 0.17 | 0 | 0.40 | 207.37 | 0.23 | 0.49 |
| Hex | 61 | 80 | 9A | 25 | 11 | 0 | 28 | CF | 17 | 31 |
| Octal | 141 | 200 | 232 | 45 | 21 | 0 | 50 | 317 | 27 | 61 |
| Binary | 1100001 | 10000000 | 10011010 | 100101 | 10001 | 0 | 101000 | 11001111 | 10111 | 110001 |
Color Harmonies of #61809A
Complementary color
Monochromatic Colors of #61809A
Black with #61809A
Text Example
Text Example
White with #61809A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61809A; }
p { color: rgb(97,128,154); }
H1.HeaderClassName
{
color: #61809A;
}
.AnyTagClassName
{
color: #61809A;
}
</style>
background-color css
<style>
a { background-color: #61809A; }
a { background-color: rgb(97,128,154); }
div.DivClassName
{
background-color: #61809A;
}
.BgClassName
{
background-color: #61809A;
}
</style>
border-color css
<style>
span { border-color: #61809A; }
span { border-color: rgb(97,128,154); }
td.TdClassName
{
border-color: #61809A;
}
.TagClassName
{
border-color: #61809A;
}
</style>