Shades of Air Force Blue #668FA5
Tints of Air Force Blue #668FA5
RGB
CMYK
RGB Variations
Color information
#668FA5 (or 0x668FA5) is known color: Air Force Blue. HEX triplet: 66, 8F and A5. RGB value is (102,143,165). Sum of RGB (Red+Green+Blue) = 102+143+165=410 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.88% from 410); Green value is 143 (56.25% from 255 or 34.88% from 410); Blue value is 165 (64.84% from 255 or 40.24% from 410); Max value from RGB is 165 - color contains mainly: blue. Hex color #668FA5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668FA5 is #99705A. Grayscale: #858585. Windows color (decimal): -10055771 or 10850150. OLE color: 10850150.
HSL color Cylindrical-coordinate representation of color #668FA5: hue angle of 200.95º 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 #668FA5 is Cyan = 0.38, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 102 | 143 | 165 | - |
| CMYK | 0.38 | 0.13 | 0 | 0.35 |
| HSL | 200.95º | 0.26% | 0.52% | - |
| HSV(B) | 200.95º | 0.38% | 0.65% | - |
| XYZ | 22.09 | 25.19 | 39.29 | - |
| YUV | 133.25 | 145.92 | 105.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 143 | 165 | 0.38 | 0.13 | 0 | 0.35 | 200.95 | 0.26 | 0.52 |
| Hex | 66 | 8F | A5 | 26 | D | 0 | 23 | C9 | 1A | 34 |
| Octal | 146 | 217 | 245 | 46 | 15 | 0 | 43 | 311 | 32 | 64 |
| Binary | 1100110 | 10001111 | 10100101 | 100110 | 1101 | 0 | 100011 | 11001001 | 11010 | 110100 |
Color Harmonies of #668FA5
Complementary color
Monochromatic Colors of #668FA5
Black with #668FA5
Text Example
Text Example
White with #668FA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668FA5; }
p { color: rgb(102,143,165); }
H1.HeaderClassName
{
color: #668FA5;
}
.AnyTagClassName
{
color: #668FA5;
}
</style>
background-color css
<style>
a { background-color: #668FA5; }
a { background-color: rgb(102,143,165); }
div.DivClassName
{
background-color: #668FA5;
}
.BgClassName
{
background-color: #668FA5;
}
</style>
border-color css
<style>
span { border-color: #668FA5; }
span { border-color: rgb(102,143,165); }
td.TdClassName
{
border-color: #668FA5;
}
.TagClassName
{
border-color: #668FA5;
}
</style>