Shades of Air Force Blue #6388AB
Tints of Air Force Blue #6388AB
RGB
CMYK
RGB Variations
Color information
#6388AB (or 0x6388AB) is known color: Air Force Blue. HEX triplet: 63, 88 and AB. RGB value is (99,136,171). Sum of RGB (Red+Green+Blue) = 99+136+171=406 (53% of max value = 765). Red value is 99 (39.06% from 255 or 24.38% from 406); Green value is 136 (53.52% from 255 or 33.50% from 406); Blue value is 171 (67.19% from 255 or 42.12% from 406); Max value from RGB is 171 - color contains mainly: blue. Hex color #6388AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6388AB is #9C7754. Grayscale: #808080. Windows color (decimal): -10254165 or 11241571. OLE color: 11241571.
HSL color Cylindrical-coordinate representation of color #6388AB: hue angle of 209.17º 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 #6388AB is Cyan = 0.42, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 99 | 136 | 171 | - |
| CMYK | 0.42 | 0.20 | 0 | 0.33 |
| HSL | 209.17º | 0.3% | 0.53% | - |
| HSV(B) | 209.17º | 0.42% | 0.67% | - |
| XYZ | 21.3 | 23.2 | 41.88 | - |
| YUV | 128.93 | 151.74 | 106.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 136 | 171 | 0.42 | 0.20 | 0 | 0.33 | 209.17 | 0.3 | 0.53 |
| Hex | 63 | 88 | AB | 2A | 14 | 0 | 21 | D1 | 1E | 35 |
| Octal | 143 | 210 | 253 | 52 | 24 | 0 | 41 | 321 | 36 | 65 |
| Binary | 1100011 | 10001000 | 10101011 | 101010 | 10100 | 0 | 100001 | 11010001 | 11110 | 110101 |
Color Harmonies of #6388AB
Complementary color
Monochromatic Colors of #6388AB
Black with #6388AB
Text Example
Text Example
White with #6388AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6388AB; }
p { color: rgb(99,136,171); }
H1.HeaderClassName
{
color: #6388AB;
}
.AnyTagClassName
{
color: #6388AB;
}
</style>
background-color css
<style>
a { background-color: #6388AB; }
a { background-color: rgb(99,136,171); }
div.DivClassName
{
background-color: #6388AB;
}
.BgClassName
{
background-color: #6388AB;
}
</style>
border-color css
<style>
span { border-color: #6388AB; }
span { border-color: rgb(99,136,171); }
td.TdClassName
{
border-color: #6388AB;
}
.TagClassName
{
border-color: #6388AB;
}
</style>