Shades of Air Force Blue #6492AB
Tints of Air Force Blue #6492AB
RGB
CMYK
RGB Variations
Color information
#6492AB (or 0x6492AB) is known color: Air Force Blue. HEX triplet: 64, 92 and AB. RGB value is (100,146,171). Sum of RGB (Red+Green+Blue) = 100+146+171=417 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.98% from 417); Green value is 146 (57.42% from 255 or 35.01% from 417); Blue value is 171 (67.19% from 255 or 41.01% from 417); Max value from RGB is 171 - color contains mainly: blue. Hex color #6492AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6492AB is #9B6D54. Grayscale: #868686. Windows color (decimal): -10186069 or 11244132. OLE color: 11244132.
HSL color Cylindrical-coordinate representation of color #6492AB: hue angle of 201.13º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6492AB is Cyan = 0.42, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 100 | 146 | 171 | - |
| CMYK | 0.42 | 0.15 | 0 | 0.33 |
| HSL | 201.13º | 0.3% | 0.53% | - |
| HSV(B) | 201.13º | 0.42% | 0.67% | - |
| XYZ | 22.89 | 26.21 | 42.38 | - |
| YUV | 135.1 | 148.26 | 102.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 146 | 171 | 0.42 | 0.15 | 0 | 0.33 | 201.13 | 0.3 | 0.53 |
| Hex | 64 | 92 | AB | 2A | F | 0 | 21 | C9 | 1E | 35 |
| Octal | 144 | 222 | 253 | 52 | 17 | 0 | 41 | 311 | 36 | 65 |
| Binary | 1100100 | 10010010 | 10101011 | 101010 | 1111 | 0 | 100001 | 11001001 | 11110 | 110101 |
Color Harmonies of #6492AB
Complementary color
Monochromatic Colors of #6492AB
Black with #6492AB
Text Example
Text Example
White with #6492AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6492AB; }
p { color: rgb(100,146,171); }
H1.HeaderClassName
{
color: #6492AB;
}
.AnyTagClassName
{
color: #6492AB;
}
</style>
background-color css
<style>
a { background-color: #6492AB; }
a { background-color: rgb(100,146,171); }
div.DivClassName
{
background-color: #6492AB;
}
.BgClassName
{
background-color: #6492AB;
}
</style>
border-color css
<style>
span { border-color: #6492AB; }
span { border-color: rgb(100,146,171); }
td.TdClassName
{
border-color: #6492AB;
}
.TagClassName
{
border-color: #6492AB;
}
</style>