Shades of Air Force Blue #61829C
Tints of Air Force Blue #61829C
RGB
CMYK
RGB Variations
Color information
#61829C (or 0x61829C) is known color: Air Force Blue. HEX triplet: 61, 82 and 9C. RGB value is (97,130,156). Sum of RGB (Red+Green+Blue) = 97+130+156=383 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.33% from 383); Green value is 130 (51.17% from 255 or 33.94% from 383); Blue value is 156 (61.33% from 255 or 40.73% from 383); Max value from RGB is 156 - color contains mainly: blue. Hex color #61829C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61829C is #9E7D63. Grayscale: #7A7A7A. Windows color (decimal): -10386788 or 10256993. OLE color: 10256993.
HSL color Cylindrical-coordinate representation of color #61829C: hue angle of 206.44º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #61829C is Cyan = 0.38, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 97 | 130 | 156 | - |
| CMYK | 0.38 | 0.17 | 0 | 0.39 |
| HSL | 206.44º | 0.23% | 0.5% | - |
| HSV(B) | 206.44º | 0.38% | 0.61% | - |
| XYZ | 18.91 | 20.91 | 34.49 | - |
| YUV | 123.1 | 146.57 | 109.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 130 | 156 | 0.38 | 0.17 | 0 | 0.39 | 206.44 | 0.23 | 0.5 |
| Hex | 61 | 82 | 9C | 26 | 11 | 0 | 27 | CE | 17 | 32 |
| Octal | 141 | 202 | 234 | 46 | 21 | 0 | 47 | 316 | 27 | 62 |
| Binary | 1100001 | 10000010 | 10011100 | 100110 | 10001 | 0 | 100111 | 11001110 | 10111 | 110010 |
Color Harmonies of #61829C
Complementary color
Monochromatic Colors of #61829C
Black with #61829C
Text Example
Text Example
White with #61829C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61829C; }
p { color: rgb(97,130,156); }
H1.HeaderClassName
{
color: #61829C;
}
.AnyTagClassName
{
color: #61829C;
}
</style>
background-color css
<style>
a { background-color: #61829C; }
a { background-color: rgb(97,130,156); }
div.DivClassName
{
background-color: #61829C;
}
.BgClassName
{
background-color: #61829C;
}
</style>
border-color css
<style>
span { border-color: #61829C; }
span { border-color: rgb(97,130,156); }
td.TdClassName
{
border-color: #61829C;
}
.TagClassName
{
border-color: #61829C;
}
</style>