Shades of Air Force Blue #6A90AD
Tints of Air Force Blue #6A90AD
RGB
CMYK
RGB Variations
Color information
#6A90AD (or 0x6A90AD) is known color: Air Force Blue. HEX triplet: 6A, 90 and AD. RGB value is (106,144,173). Sum of RGB (Red+Green+Blue) = 106+144+173=423 (56% of max value = 765). Red value is 106 (41.80% from 255 or 25.06% from 423); Green value is 144 (56.64% from 255 or 34.04% from 423); Blue value is 173 (67.97% from 255 or 40.90% from 423); Max value from RGB is 173 - color contains mainly: blue. Hex color #6A90AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A90AD is #956F52. Grayscale: #878787. Windows color (decimal): -9793363 or 11374698. OLE color: 11374698.
HSL color Cylindrical-coordinate representation of color #6A90AD: hue angle of 205.97º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6A90AD is Cyan = 0.39, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 106 | 144 | 173 | - |
| CMYK | 0.39 | 0.17 | 0 | 0.32 |
| HSL | 205.97º | 0.29% | 0.55% | - |
| HSV(B) | 205.97º | 0.39% | 0.68% | - |
| XYZ | 23.46 | 26.03 | 43.32 | - |
| YUV | 135.94 | 148.91 | 106.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 144 | 173 | 0.39 | 0.17 | 0 | 0.32 | 205.97 | 0.29 | 0.55 |
| Hex | 6A | 90 | AD | 27 | 11 | 0 | 20 | CE | 1D | 37 |
| Octal | 152 | 220 | 255 | 47 | 21 | 0 | 40 | 316 | 35 | 67 |
| Binary | 1101010 | 10010000 | 10101101 | 100111 | 10001 | 0 | 100000 | 11001110 | 11101 | 110111 |
Color Harmonies of #6A90AD
Complementary color
Monochromatic Colors of #6A90AD
Black with #6A90AD
Text Example
Text Example
White with #6A90AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A90AD; }
p { color: rgb(106,144,173); }
H1.HeaderClassName
{
color: #6A90AD;
}
.AnyTagClassName
{
color: #6A90AD;
}
</style>
background-color css
<style>
a { background-color: #6A90AD; }
a { background-color: rgb(106,144,173); }
div.DivClassName
{
background-color: #6A90AD;
}
.BgClassName
{
background-color: #6A90AD;
}
</style>
border-color css
<style>
span { border-color: #6A90AD; }
span { border-color: rgb(106,144,173); }
td.TdClassName
{
border-color: #6A90AD;
}
.TagClassName
{
border-color: #6A90AD;
}
</style>