Shades of Air Force Blue #6388A7
Tints of Air Force Blue #6388A7
RGB
CMYK
RGB Variations
Color information
#6388A7 (or 0x6388A7) is known color: Air Force Blue. HEX triplet: 63, 88 and A7. RGB value is (99,136,167). Sum of RGB (Red+Green+Blue) = 99+136+167=402 (53% of max value = 765). Red value is 99 (39.06% from 255 or 24.63% from 402); Green value is 136 (53.52% from 255 or 33.83% from 402); Blue value is 167 (65.62% from 255 or 41.54% from 402); Max value from RGB is 167 - color contains mainly: blue. Hex color #6388A7 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6388A7 is #9C7758. Grayscale: #808080. Windows color (decimal): -10254169 or 10979427. OLE color: 10979427.
HSL color Cylindrical-coordinate representation of color #6388A7: hue angle of 207.35º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6388A7 is Cyan = 0.41, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 99 | 136 | 167 | - |
| CMYK | 0.41 | 0.19 | 0 | 0.35 |
| HSL | 207.35º | 0.28% | 0.52% | - |
| HSV(B) | 207.35º | 0.41% | 0.65% | - |
| XYZ | 20.92 | 23.05 | 39.91 | - |
| YUV | 128.47 | 149.74 | 106.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 136 | 167 | 0.41 | 0.19 | 0 | 0.35 | 207.35 | 0.28 | 0.52 |
| Hex | 63 | 88 | A7 | 29 | 13 | 0 | 23 | CF | 1C | 34 |
| Octal | 143 | 210 | 247 | 51 | 23 | 0 | 43 | 317 | 34 | 64 |
| Binary | 1100011 | 10001000 | 10100111 | 101001 | 10011 | 0 | 100011 | 11001111 | 11100 | 110100 |
Color Harmonies of #6388A7
Complementary color
Monochromatic Colors of #6388A7
Black with #6388A7
Text Example
Text Example
White with #6388A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6388A7; }
p { color: rgb(99,136,167); }
H1.HeaderClassName
{
color: #6388A7;
}
.AnyTagClassName
{
color: #6388A7;
}
</style>
background-color css
<style>
a { background-color: #6388A7; }
a { background-color: rgb(99,136,167); }
div.DivClassName
{
background-color: #6388A7;
}
.BgClassName
{
background-color: #6388A7;
}
</style>
border-color css
<style>
span { border-color: #6388A7; }
span { border-color: rgb(99,136,167); }
td.TdClassName
{
border-color: #6388A7;
}
.TagClassName
{
border-color: #6388A7;
}
</style>