Shades of Air Force Blue #61819B
Tints of Air Force Blue #61819B
RGB
CMYK
RGB Variations
Color information
#61819B (or 0x61819B) is known color: Air Force Blue. HEX triplet: 61, 81 and 9B. RGB value is (97,129,155). Sum of RGB (Red+Green+Blue) = 97+129+155=381 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.46% from 381); Green value is 129 (50.78% from 255 or 33.86% from 381); Blue value is 155 (60.94% from 255 or 40.68% from 381); Max value from RGB is 155 - color contains mainly: blue. Hex color #61819B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61819B is #9E7E64. Grayscale: #7A7A7A. Windows color (decimal): -10387045 or 10191201. OLE color: 10191201.
HSL color Cylindrical-coordinate representation of color #61819B: hue angle of 206.9º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #61819B is Cyan = 0.37, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 97 | 129 | 155 | - |
| CMYK | 0.37 | 0.17 | 0 | 0.39 |
| HSL | 206.9º | 0.23% | 0.49% | - |
| HSV(B) | 206.9º | 0.37% | 0.61% | - |
| XYZ | 18.7 | 20.61 | 34 | - |
| YUV | 122.4 | 146.4 | 109.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 129 | 155 | 0.37 | 0.17 | 0 | 0.39 | 206.9 | 0.23 | 0.49 |
| Hex | 61 | 81 | 9B | 25 | 11 | 0 | 27 | CF | 17 | 31 |
| Octal | 141 | 201 | 233 | 45 | 21 | 0 | 47 | 317 | 27 | 61 |
| Binary | 1100001 | 10000001 | 10011011 | 100101 | 10001 | 0 | 100111 | 11001111 | 10111 | 110001 |
Color Harmonies of #61819B
Complementary color
Monochromatic Colors of #61819B
Black with #61819B
Text Example
Text Example
White with #61819B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61819B; }
p { color: rgb(97,129,155); }
H1.HeaderClassName
{
color: #61819B;
}
.AnyTagClassName
{
color: #61819B;
}
</style>
background-color css
<style>
a { background-color: #61819B; }
a { background-color: rgb(97,129,155); }
div.DivClassName
{
background-color: #61819B;
}
.BgClassName
{
background-color: #61819B;
}
</style>
border-color css
<style>
span { border-color: #61819B; }
span { border-color: rgb(97,129,155); }
td.TdClassName
{
border-color: #61819B;
}
.TagClassName
{
border-color: #61819B;
}
</style>