Shades of Air Force Blue #6691B1
Tints of Air Force Blue #6691B1
RGB
CMYK
RGB Variations
Color information
#6691B1 (or 0x6691B1) is known color: Air Force Blue. HEX triplet: 66, 91 and B1. RGB value is (102,145,177). Sum of RGB (Red+Green+Blue) = 102+145+177=424 (56% of max value = 765). Red value is 102 (40.23% from 255 or 24.06% from 424); Green value is 145 (57.03% from 255 or 34.20% from 424); Blue value is 177 (69.53% from 255 or 41.75% from 424); Max value from RGB is 177 - color contains mainly: blue. Hex color #6691B1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6691B1 is #996E4E. Grayscale: #878787. Windows color (decimal): -10055247 or 11637094. OLE color: 11637094.
HSL color Cylindrical-coordinate representation of color #6691B1: hue angle of 205.6º 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 #6691B1 is Cyan = 0.42, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 102 | 145 | 177 | - |
| CMYK | 0.42 | 0.18 | 0 | 0.31 |
| HSL | 205.6º | 0.32% | 0.55% | - |
| HSV(B) | 205.6º | 0.42% | 0.69% | - |
| XYZ | 23.54 | 26.25 | 45.42 | - |
| YUV | 135.79 | 151.25 | 103.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 145 | 177 | 0.42 | 0.18 | 0 | 0.31 | 205.6 | 0.32 | 0.55 |
| Hex | 66 | 91 | B1 | 2A | 12 | 0 | 1F | CE | 20 | 37 |
| Octal | 146 | 221 | 261 | 52 | 22 | 0 | 37 | 316 | 40 | 67 |
| Binary | 1100110 | 10010001 | 10110001 | 101010 | 10010 | 0 | 11111 | 11001110 | 100000 | 110111 |
Color Harmonies of #6691B1
Complementary color
Monochromatic Colors of #6691B1
Black with #6691B1
Text Example
Text Example
White with #6691B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6691B1; }
p { color: rgb(102,145,177); }
H1.HeaderClassName
{
color: #6691B1;
}
.AnyTagClassName
{
color: #6691B1;
}
</style>
background-color css
<style>
a { background-color: #6691B1; }
a { background-color: rgb(102,145,177); }
div.DivClassName
{
background-color: #6691B1;
}
.BgClassName
{
background-color: #6691B1;
}
</style>
border-color css
<style>
span { border-color: #6691B1; }
span { border-color: rgb(102,145,177); }
td.TdClassName
{
border-color: #6691B1;
}
.TagClassName
{
border-color: #6691B1;
}
</style>