Shades of Air Force Blue #6091AF
Tints of Air Force Blue #6091AF
RGB
CMYK
RGB Variations
Color information
#6091AF (or 0x6091AF) is known color: Air Force Blue. HEX triplet: 60, 91 and AF. RGB value is (96,145,175). Sum of RGB (Red+Green+Blue) = 96+145+175=416 (55% of max value = 765). Red value is 96 (37.89% from 255 or 23.08% from 416); Green value is 145 (57.03% from 255 or 34.86% from 416); Blue value is 175 (68.75% from 255 or 42.07% from 416); Max value from RGB is 175 - color contains mainly: blue. Hex color #6091AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6091AF is #9F6E50. Grayscale: #858585. Windows color (decimal): -10448465 or 11506016. OLE color: 11506016.
HSL color Cylindrical-coordinate representation of color #6091AF: hue angle of 202.78º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6091AF is Cyan = 0.45, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 96 | 145 | 175 | - |
| CMYK | 0.45 | 0.17 | 0 | 0.31 |
| HSL | 202.78º | 0.33% | 0.53% | - |
| HSV(B) | 202.78º | 0.45% | 0.69% | - |
| XYZ | 22.69 | 25.83 | 44.35 | - |
| YUV | 133.77 | 151.27 | 101.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 145 | 175 | 0.45 | 0.17 | 0 | 0.31 | 202.78 | 0.33 | 0.53 |
| Hex | 60 | 91 | AF | 2D | 11 | 0 | 1F | CB | 21 | 35 |
| Octal | 140 | 221 | 257 | 55 | 21 | 0 | 37 | 313 | 41 | 65 |
| Binary | 1100000 | 10010001 | 10101111 | 101101 | 10001 | 0 | 11111 | 11001011 | 100001 | 110101 |
Color Harmonies of #6091AF
Complementary color
Monochromatic Colors of #6091AF
Black with #6091AF
Text Example
Text Example
White with #6091AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6091AF; }
p { color: rgb(96,145,175); }
H1.HeaderClassName
{
color: #6091AF;
}
.AnyTagClassName
{
color: #6091AF;
}
</style>
background-color css
<style>
a { background-color: #6091AF; }
a { background-color: rgb(96,145,175); }
div.DivClassName
{
background-color: #6091AF;
}
.BgClassName
{
background-color: #6091AF;
}
</style>
border-color css
<style>
span { border-color: #6091AF; }
span { border-color: rgb(96,145,175); }
td.TdClassName
{
border-color: #6091AF;
}
.TagClassName
{
border-color: #6091AF;
}
</style>