Shades of Air Force Blue #667FA5
Tints of Air Force Blue #667FA5
RGB
CMYK
RGB Variations
Color information
#667FA5 (or 0x667FA5) is known color: Air Force Blue. HEX triplet: 66, 7F and A5. RGB value is (102,127,165). Sum of RGB (Red+Green+Blue) = 102+127+165=394 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.89% from 394); Green value is 127 (50% from 255 or 32.23% from 394); Blue value is 165 (64.84% from 255 or 41.88% from 394); Max value from RGB is 165 - color contains mainly: blue. Hex color #667FA5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667FA5 is #99805A. Grayscale: #7B7B7B. Windows color (decimal): -10059867 or 10846054. OLE color: 10846054.
HSL color Cylindrical-coordinate representation of color #667FA5: hue angle of 216.19º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #667FA5 is Cyan = 0.38, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 102 | 127 | 165 | - |
| CMYK | 0.38 | 0.23 | 0 | 0.35 |
| HSL | 216.19º | 0.26% | 0.52% | - |
| HSV(B) | 216.19º | 0.38% | 0.65% | - |
| XYZ | 19.86 | 20.72 | 38.55 | - |
| YUV | 123.86 | 151.22 | 112.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 127 | 165 | 0.38 | 0.23 | 0 | 0.35 | 216.19 | 0.26 | 0.52 |
| Hex | 66 | 7F | A5 | 26 | 17 | 0 | 23 | D8 | 1A | 34 |
| Octal | 146 | 177 | 245 | 46 | 27 | 0 | 43 | 330 | 32 | 64 |
| Binary | 1100110 | 1111111 | 10100101 | 100110 | 10111 | 0 | 100011 | 11011000 | 11010 | 110100 |
Color Harmonies of #667FA5
Complementary color
Monochromatic Colors of #667FA5
Black with #667FA5
Text Example
Text Example
White with #667FA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667FA5; }
p { color: rgb(102,127,165); }
H1.HeaderClassName
{
color: #667FA5;
}
.AnyTagClassName
{
color: #667FA5;
}
</style>
background-color css
<style>
a { background-color: #667FA5; }
a { background-color: rgb(102,127,165); }
div.DivClassName
{
background-color: #667FA5;
}
.BgClassName
{
background-color: #667FA5;
}
</style>
border-color css
<style>
span { border-color: #667FA5; }
span { border-color: rgb(102,127,165); }
td.TdClassName
{
border-color: #667FA5;
}
.TagClassName
{
border-color: #667FA5;
}
</style>