Shades of Air Force Blue #6790AF
Tints of Air Force Blue #6790AF
RGB
CMYK
RGB Variations
Color information
#6790AF (or 0x6790AF) is known color: Air Force Blue. HEX triplet: 67, 90 and AF. RGB value is (103,144,175). Sum of RGB (Red+Green+Blue) = 103+144+175=422 (55% of max value = 765). Red value is 103 (40.62% from 255 or 24.41% from 422); Green value is 144 (56.64% from 255 or 34.12% from 422); Blue value is 175 (68.75% from 255 or 41.47% from 422); Max value from RGB is 175 - color contains mainly: blue. Hex color #6790AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6790AF is #986F50. Grayscale: #878787. Windows color (decimal): -9989969 or 11505767. OLE color: 11505767.
HSL color Cylindrical-coordinate representation of color #6790AF: hue angle of 205.83º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6790AF is Cyan = 0.41, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 103 | 144 | 175 | - |
| CMYK | 0.41 | 0.18 | 0 | 0.31 |
| HSL | 205.83º | 0.31% | 0.55% | - |
| HSV(B) | 205.83º | 0.41% | 0.69% | - |
| XYZ | 23.3 | 25.93 | 44.33 | - |
| YUV | 135.28 | 150.42 | 104.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 144 | 175 | 0.41 | 0.18 | 0 | 0.31 | 205.83 | 0.31 | 0.55 |
| Hex | 67 | 90 | AF | 29 | 12 | 0 | 1F | CE | 1F | 37 |
| Octal | 147 | 220 | 257 | 51 | 22 | 0 | 37 | 316 | 37 | 67 |
| Binary | 1100111 | 10010000 | 10101111 | 101001 | 10010 | 0 | 11111 | 11001110 | 11111 | 110111 |
Color Harmonies of #6790AF
Complementary color
Monochromatic Colors of #6790AF
Black with #6790AF
Text Example
Text Example
White with #6790AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6790AF; }
p { color: rgb(103,144,175); }
H1.HeaderClassName
{
color: #6790AF;
}
.AnyTagClassName
{
color: #6790AF;
}
</style>
background-color css
<style>
a { background-color: #6790AF; }
a { background-color: rgb(103,144,175); }
div.DivClassName
{
background-color: #6790AF;
}
.BgClassName
{
background-color: #6790AF;
}
</style>
border-color css
<style>
span { border-color: #6790AF; }
span { border-color: rgb(103,144,175); }
td.TdClassName
{
border-color: #6790AF;
}
.TagClassName
{
border-color: #6790AF;
}
</style>