Shades of Air Force Blue #6083A3
Tints of Air Force Blue #6083A3
RGB
CMYK
RGB Variations
Color information
#6083A3 (or 0x6083A3) is known color: Air Force Blue. HEX triplet: 60, 83 and A3. RGB value is (96,131,163). Sum of RGB (Red+Green+Blue) = 96+131+163=390 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.62% from 390); Green value is 131 (51.56% from 255 or 33.59% from 390); Blue value is 163 (64.06% from 255 or 41.79% from 390); Max value from RGB is 163 - color contains mainly: blue. Hex color #6083A3 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6083A3 is #9F7C5C. Grayscale: #7C7C7C. Windows color (decimal): -10452061 or 10716000. OLE color: 10716000.
HSL color Cylindrical-coordinate representation of color #6083A3: hue angle of 208.66º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6083A3 is Cyan = 0.41, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 96 | 131 | 163 | - |
| CMYK | 0.41 | 0.20 | 0 | 0.36 |
| HSL | 208.66º | 0.27% | 0.51% | - |
| HSV(B) | 208.66º | 0.41% | 0.64% | - |
| XYZ | 19.55 | 21.36 | 37.74 | - |
| YUV | 124.18 | 149.9 | 107.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 131 | 163 | 0.41 | 0.20 | 0 | 0.36 | 208.66 | 0.27 | 0.51 |
| Hex | 60 | 83 | A3 | 29 | 14 | 0 | 24 | D1 | 1B | 33 |
| Octal | 140 | 203 | 243 | 51 | 24 | 0 | 44 | 321 | 33 | 63 |
| Binary | 1100000 | 10000011 | 10100011 | 101001 | 10100 | 0 | 100100 | 11010001 | 11011 | 110011 |
Color Harmonies of #6083A3
Complementary color
Monochromatic Colors of #6083A3
Black with #6083A3
Text Example
Text Example
White with #6083A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6083A3; }
p { color: rgb(96,131,163); }
H1.HeaderClassName
{
color: #6083A3;
}
.AnyTagClassName
{
color: #6083A3;
}
</style>
background-color css
<style>
a { background-color: #6083A3; }
a { background-color: rgb(96,131,163); }
div.DivClassName
{
background-color: #6083A3;
}
.BgClassName
{
background-color: #6083A3;
}
</style>
border-color css
<style>
span { border-color: #6083A3; }
span { border-color: rgb(96,131,163); }
td.TdClassName
{
border-color: #6083A3;
}
.TagClassName
{
border-color: #6083A3;
}
</style>