Shades of Air Force Blue #6087A6
Tints of Air Force Blue #6087A6
RGB
CMYK
RGB Variations
Color information
#6087A6 (or 0x6087A6) is known color: Air Force Blue. HEX triplet: 60, 87 and A6. RGB value is (96,135,166). Sum of RGB (Red+Green+Blue) = 96+135+166=397 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.18% from 397); Green value is 135 (53.12% from 255 or 34.01% from 397); Blue value is 166 (65.23% from 255 or 41.81% from 397); Max value from RGB is 166 - color contains mainly: blue. Hex color #6087A6 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6087A6 is #9F7859. Grayscale: #7E7E7E. Windows color (decimal): -10451034 or 10913632. OLE color: 10913632.
HSL color Cylindrical-coordinate representation of color #6087A6: hue angle of 206.57º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6087A6 is Cyan = 0.42, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 96 | 135 | 166 | - |
| CMYK | 0.42 | 0.19 | 0 | 0.35 |
| HSL | 206.57º | 0.28% | 0.51% | - |
| HSV(B) | 206.57º | 0.42% | 0.65% | - |
| XYZ | 20.37 | 22.57 | 39.36 | - |
| YUV | 126.87 | 150.08 | 105.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 135 | 166 | 0.42 | 0.19 | 0 | 0.35 | 206.57 | 0.28 | 0.51 |
| Hex | 60 | 87 | A6 | 2A | 13 | 0 | 23 | CF | 1C | 33 |
| Octal | 140 | 207 | 246 | 52 | 23 | 0 | 43 | 317 | 34 | 63 |
| Binary | 1100000 | 10000111 | 10100110 | 101010 | 10011 | 0 | 100011 | 11001111 | 11100 | 110011 |
Color Harmonies of #6087A6
Complementary color
Monochromatic Colors of #6087A6
Black with #6087A6
Text Example
Text Example
White with #6087A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6087A6; }
p { color: rgb(96,135,166); }
H1.HeaderClassName
{
color: #6087A6;
}
.AnyTagClassName
{
color: #6087A6;
}
</style>
background-color css
<style>
a { background-color: #6087A6; }
a { background-color: rgb(96,135,166); }
div.DivClassName
{
background-color: #6087A6;
}
.BgClassName
{
background-color: #6087A6;
}
</style>
border-color css
<style>
span { border-color: #6087A6; }
span { border-color: rgb(96,135,166); }
td.TdClassName
{
border-color: #6087A6;
}
.TagClassName
{
border-color: #6087A6;
}
</style>