Shades of Air Force Blue #6387AB
Tints of Air Force Blue #6387AB
RGB
CMYK
RGB Variations
Color information
#6387AB (or 0x6387AB) is known color: Air Force Blue. HEX triplet: 63, 87 and AB. RGB value is (99,135,171). Sum of RGB (Red+Green+Blue) = 99+135+171=405 (53% of max value = 765). Red value is 99 (39.06% from 255 or 24.44% from 405); Green value is 135 (53.12% from 255 or 33.33% from 405); Blue value is 171 (67.19% from 255 or 42.22% from 405); Max value from RGB is 171 - color contains mainly: blue. Hex color #6387AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6387AB is #9C7854. Grayscale: #808080. Windows color (decimal): -10254421 or 11241315. OLE color: 11241315.
HSL color Cylindrical-coordinate representation of color #6387AB: hue angle of 210º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6387AB is Cyan = 0.42, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 99 | 135 | 171 | - |
| CMYK | 0.42 | 0.21 | 0 | 0.33 |
| HSL | 210º | 0.3% | 0.53% | - |
| HSV(B) | 210º | 0.42% | 0.67% | - |
| XYZ | 21.16 | 22.92 | 41.84 | - |
| YUV | 128.34 | 152.07 | 107.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 135 | 171 | 0.42 | 0.21 | 0 | 0.33 | 210 | 0.3 | 0.53 |
| Hex | 63 | 87 | AB | 2A | 15 | 0 | 21 | D2 | 1E | 35 |
| Octal | 143 | 207 | 253 | 52 | 25 | 0 | 41 | 322 | 36 | 65 |
| Binary | 1100011 | 10000111 | 10101011 | 101010 | 10101 | 0 | 100001 | 11010010 | 11110 | 110101 |
Color Harmonies of #6387AB
Complementary color
Monochromatic Colors of #6387AB
Black with #6387AB
Text Example
Text Example
White with #6387AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6387AB; }
p { color: rgb(99,135,171); }
H1.HeaderClassName
{
color: #6387AB;
}
.AnyTagClassName
{
color: #6387AB;
}
</style>
background-color css
<style>
a { background-color: #6387AB; }
a { background-color: rgb(99,135,171); }
div.DivClassName
{
background-color: #6387AB;
}
.BgClassName
{
background-color: #6387AB;
}
</style>
border-color css
<style>
span { border-color: #6387AB; }
span { border-color: rgb(99,135,171); }
td.TdClassName
{
border-color: #6387AB;
}
.TagClassName
{
border-color: #6387AB;
}
</style>