Shades of Air Force Blue #6785AF
Tints of Air Force Blue #6785AF
RGB
CMYK
RGB Variations
Color information
#6785AF (or 0x6785AF) is known color: Air Force Blue. HEX triplet: 67, 85 and AF. RGB value is (103,133,175). Sum of RGB (Red+Green+Blue) = 103+133+175=411 (54% of max value = 765). Red value is 103 (40.62% from 255 or 25.06% from 411); Green value is 133 (52.34% from 255 or 32.36% from 411); Blue value is 175 (68.75% from 255 or 42.58% from 411); Max value from RGB is 175 - color contains mainly: blue. Hex color #6785AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6785AF is #987A50. Grayscale: #808080. Windows color (decimal): -9992785 or 11502951. OLE color: 11502951.
HSL color Cylindrical-coordinate representation of color #6785AF: hue angle of 215º 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 #6785AF is Cyan = 0.41, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 103 | 133 | 175 | - |
| CMYK | 0.41 | 0.24 | 0 | 0.31 |
| HSL | 215º | 0.31% | 0.55% | - |
| HSV(B) | 215º | 0.41% | 0.69% | - |
| XYZ | 21.72 | 22.75 | 43.8 | - |
| YUV | 128.82 | 154.06 | 109.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 133 | 175 | 0.41 | 0.24 | 0 | 0.31 | 215 | 0.31 | 0.55 |
| Hex | 67 | 85 | AF | 29 | 18 | 0 | 1F | D7 | 1F | 37 |
| Octal | 147 | 205 | 257 | 51 | 30 | 0 | 37 | 327 | 37 | 67 |
| Binary | 1100111 | 10000101 | 10101111 | 101001 | 11000 | 0 | 11111 | 11010111 | 11111 | 110111 |
Color Harmonies of #6785AF
Complementary color
Monochromatic Colors of #6785AF
Black with #6785AF
Text Example
Text Example
White with #6785AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6785AF; }
p { color: rgb(103,133,175); }
H1.HeaderClassName
{
color: #6785AF;
}
.AnyTagClassName
{
color: #6785AF;
}
</style>
background-color css
<style>
a { background-color: #6785AF; }
a { background-color: rgb(103,133,175); }
div.DivClassName
{
background-color: #6785AF;
}
.BgClassName
{
background-color: #6785AF;
}
</style>
border-color css
<style>
span { border-color: #6785AF; }
span { border-color: rgb(103,133,175); }
td.TdClassName
{
border-color: #6785AF;
}
.TagClassName
{
border-color: #6785AF;
}
</style>