Shades of Air Force Blue #6190AF
Tints of Air Force Blue #6190AF
RGB
CMYK
RGB Variations
Color information
#6190AF (or 0x6190AF) is known color: Air Force Blue. HEX triplet: 61, 90 and AF. RGB value is (97,144,175). Sum of RGB (Red+Green+Blue) = 97+144+175=416 (55% of max value = 765). Red value is 97 (38.28% from 255 or 23.32% from 416); Green value is 144 (56.64% from 255 or 34.62% 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 #6190AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6190AF is #9E6F50. Grayscale: #858585. Windows color (decimal): -10383185 or 11505761. OLE color: 11505761.
HSL color Cylindrical-coordinate representation of color #6190AF: hue angle of 203.85º 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 #6190AF is Cyan = 0.45, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 97 | 144 | 175 | - |
| CMYK | 0.45 | 0.18 | 0 | 0.31 |
| HSL | 203.85º | 0.33% | 0.53% | - |
| HSV(B) | 203.85º | 0.45% | 0.69% | - |
| XYZ | 22.64 | 25.58 | 44.3 | - |
| YUV | 133.48 | 151.43 | 101.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 144 | 175 | 0.45 | 0.18 | 0 | 0.31 | 203.85 | 0.33 | 0.53 |
| Hex | 61 | 90 | AF | 2D | 12 | 0 | 1F | CC | 21 | 35 |
| Octal | 141 | 220 | 257 | 55 | 22 | 0 | 37 | 314 | 41 | 65 |
| Binary | 1100001 | 10010000 | 10101111 | 101101 | 10010 | 0 | 11111 | 11001100 | 100001 | 110101 |
Color Harmonies of #6190AF
Complementary color
Monochromatic Colors of #6190AF
Black with #6190AF
Text Example
Text Example
White with #6190AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6190AF; }
p { color: rgb(97,144,175); }
H1.HeaderClassName
{
color: #6190AF;
}
.AnyTagClassName
{
color: #6190AF;
}
</style>
background-color css
<style>
a { background-color: #6190AF; }
a { background-color: rgb(97,144,175); }
div.DivClassName
{
background-color: #6190AF;
}
.BgClassName
{
background-color: #6190AF;
}
</style>
border-color css
<style>
span { border-color: #6190AF; }
span { border-color: rgb(97,144,175); }
td.TdClassName
{
border-color: #6190AF;
}
.TagClassName
{
border-color: #6190AF;
}
</style>