Shades of Air Force Blue #6395A5
Tints of Air Force Blue #6395A5
RGB
CMYK
RGB Variations
Color information
#6395A5 (or 0x6395A5) is known color: Air Force Blue. HEX triplet: 63, 95 and A5. RGB value is (99,149,165). Sum of RGB (Red+Green+Blue) = 99+149+165=413 (54% of max value = 765). Red value is 99 (39.06% from 255 or 23.97% from 413); Green value is 149 (58.59% from 255 or 36.08% from 413); Blue value is 165 (64.84% from 255 or 39.95% from 413); Max value from RGB is 165 - color contains mainly: blue. Hex color #6395A5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6395A5 is #9C6A5A. Grayscale: #878787. Windows color (decimal): -10250843 or 10851683. OLE color: 10851683.
HSL color Cylindrical-coordinate representation of color #6395A5: hue angle of 194.55º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6395A5 is Cyan = 0.40, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 99 | 149 | 165 | - |
| CMYK | 0.40 | 0.10 | 0 | 0.35 |
| HSL | 194.55º | 0.27% | 0.52% | - |
| HSV(B) | 194.55º | 0.4% | 0.65% | - |
| XYZ | 22.68 | 26.86 | 39.59 | - |
| YUV | 135.87 | 144.44 | 101.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 149 | 165 | 0.40 | 0.10 | 0 | 0.35 | 194.55 | 0.27 | 0.52 |
| Hex | 63 | 95 | A5 | 28 | A | 0 | 23 | C3 | 1B | 34 |
| Octal | 143 | 225 | 245 | 50 | 12 | 0 | 43 | 303 | 33 | 64 |
| Binary | 1100011 | 10010101 | 10100101 | 101000 | 1010 | 0 | 100011 | 11000011 | 11011 | 110100 |
Color Harmonies of #6395A5
Complementary color
Monochromatic Colors of #6395A5
Black with #6395A5
Text Example
Text Example
White with #6395A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6395A5; }
p { color: rgb(99,149,165); }
H1.HeaderClassName
{
color: #6395A5;
}
.AnyTagClassName
{
color: #6395A5;
}
</style>
background-color css
<style>
a { background-color: #6395A5; }
a { background-color: rgb(99,149,165); }
div.DivClassName
{
background-color: #6395A5;
}
.BgClassName
{
background-color: #6395A5;
}
</style>
border-color css
<style>
span { border-color: #6395A5; }
span { border-color: rgb(99,149,165); }
td.TdClassName
{
border-color: #6395A5;
}
.TagClassName
{
border-color: #6395A5;
}
</style>