Shades of Air Force Blue #6383A8
Tints of Air Force Blue #6383A8
RGB
CMYK
RGB Variations
Color information
#6383A8 (or 0x6383A8) is known color: Air Force Blue. HEX triplet: 63, 83 and A8. RGB value is (99,131,168). Sum of RGB (Red+Green+Blue) = 99+131+168=398 (52% of max value = 765). Red value is 99 (39.06% from 255 or 24.87% from 398); Green value is 131 (51.56% from 255 or 32.91% from 398); Blue value is 168 (66.02% from 255 or 42.21% from 398); Max value from RGB is 168 - color contains mainly: blue. Hex color #6383A8 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6383A8 is #9C7C57. Grayscale: #7D7D7D. Windows color (decimal): -10255448 or 11043683. OLE color: 11043683.
HSL color Cylindrical-coordinate representation of color #6383A8: hue angle of 212.17º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6383A8 is Cyan = 0.41, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 99 | 131 | 168 | - |
| CMYK | 0.41 | 0.22 | 0 | 0.34 |
| HSL | 212.17º | 0.28% | 0.52% | - |
| HSV(B) | 212.17º | 0.41% | 0.66% | - |
| XYZ | 20.33 | 21.71 | 40.17 | - |
| YUV | 125.65 | 151.9 | 108.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 131 | 168 | 0.41 | 0.22 | 0 | 0.34 | 212.17 | 0.28 | 0.52 |
| Hex | 63 | 83 | A8 | 29 | 16 | 0 | 22 | D4 | 1C | 34 |
| Octal | 143 | 203 | 250 | 51 | 26 | 0 | 42 | 324 | 34 | 64 |
| Binary | 1100011 | 10000011 | 10101000 | 101001 | 10110 | 0 | 100010 | 11010100 | 11100 | 110100 |
Color Harmonies of #6383A8
Complementary color
Monochromatic Colors of #6383A8
Black with #6383A8
Text Example
Text Example
White with #6383A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6383A8; }
p { color: rgb(99,131,168); }
H1.HeaderClassName
{
color: #6383A8;
}
.AnyTagClassName
{
color: #6383A8;
}
</style>
background-color css
<style>
a { background-color: #6383A8; }
a { background-color: rgb(99,131,168); }
div.DivClassName
{
background-color: #6383A8;
}
.BgClassName
{
background-color: #6383A8;
}
</style>
border-color css
<style>
span { border-color: #6383A8; }
span { border-color: rgb(99,131,168); }
td.TdClassName
{
border-color: #6383A8;
}
.TagClassName
{
border-color: #6383A8;
}
</style>