Shades of Air Force Blue #668FB1
Tints of Air Force Blue #668FB1
RGB
CMYK
RGB Variations
Color information
#668FB1 (or 0x668FB1) is known color: Air Force Blue. HEX triplet: 66, 8F and B1. RGB value is (102,143,177). Sum of RGB (Red+Green+Blue) = 102+143+177=422 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.17% from 422); Green value is 143 (56.25% from 255 or 33.89% from 422); Blue value is 177 (69.53% from 255 or 41.94% from 422); Max value from RGB is 177 - color contains mainly: blue. Hex color #668FB1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668FB1 is #99704E. Grayscale: #868686. Windows color (decimal): -10055759 or 11636582. OLE color: 11636582.
HSL color Cylindrical-coordinate representation of color #668FB1: hue angle of 207.2º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #668FB1 is Cyan = 0.42, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 102 | 143 | 177 | - |
| CMYK | 0.42 | 0.19 | 0 | 0.31 |
| HSL | 207.2º | 0.32% | 0.55% | - |
| HSV(B) | 207.2º | 0.42% | 0.69% | - |
| XYZ | 23.24 | 25.64 | 45.32 | - |
| YUV | 134.62 | 151.92 | 104.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 143 | 177 | 0.42 | 0.19 | 0 | 0.31 | 207.2 | 0.32 | 0.55 |
| Hex | 66 | 8F | B1 | 2A | 13 | 0 | 1F | CF | 20 | 37 |
| Octal | 146 | 217 | 261 | 52 | 23 | 0 | 37 | 317 | 40 | 67 |
| Binary | 1100110 | 10001111 | 10110001 | 101010 | 10011 | 0 | 11111 | 11001111 | 100000 | 110111 |
Color Harmonies of #668FB1
Complementary color
Monochromatic Colors of #668FB1
Black with #668FB1
Text Example
Text Example
White with #668FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668FB1; }
p { color: rgb(102,143,177); }
H1.HeaderClassName
{
color: #668FB1;
}
.AnyTagClassName
{
color: #668FB1;
}
</style>
background-color css
<style>
a { background-color: #668FB1; }
a { background-color: rgb(102,143,177); }
div.DivClassName
{
background-color: #668FB1;
}
.BgClassName
{
background-color: #668FB1;
}
</style>
border-color css
<style>
span { border-color: #668FB1; }
span { border-color: rgb(102,143,177); }
td.TdClassName
{
border-color: #668FB1;
}
.TagClassName
{
border-color: #668FB1;
}
</style>