Shades of Air Force Blue #688CAE
Tints of Air Force Blue #688CAE
RGB
CMYK
RGB Variations
Color information
#688CAE (or 0x688CAE) is known color: Air Force Blue. HEX triplet: 68, 8C and AE. RGB value is (104,140,174). Sum of RGB (Red+Green+Blue) = 104+140+174=418 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.88% from 418); Green value is 140 (55.08% from 255 or 33.49% from 418); Blue value is 174 (68.36% from 255 or 41.63% from 418); Max value from RGB is 174 - color contains mainly: blue. Hex color #688CAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688CAE is #977351. Grayscale: #848484. Windows color (decimal): -9925458 or 11439208. OLE color: 11439208.
HSL color Cylindrical-coordinate representation of color #688CAE: hue angle of 209.14º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #688CAE is Cyan = 0.40, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 104 | 140 | 174 | - |
| CMYK | 0.40 | 0.20 | 0 | 0.32 |
| HSL | 209.14º | 0.3% | 0.55% | - |
| HSV(B) | 209.14º | 0.4% | 0.68% | - |
| XYZ | 22.73 | 24.76 | 43.62 | - |
| YUV | 133.11 | 151.07 | 107.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 140 | 174 | 0.40 | 0.20 | 0 | 0.32 | 209.14 | 0.3 | 0.55 |
| Hex | 68 | 8C | AE | 28 | 14 | 0 | 20 | D1 | 1E | 37 |
| Octal | 150 | 214 | 256 | 50 | 24 | 0 | 40 | 321 | 36 | 67 |
| Binary | 1101000 | 10001100 | 10101110 | 101000 | 10100 | 0 | 100000 | 11010001 | 11110 | 110111 |
Color Harmonies of #688CAE
Complementary color
Monochromatic Colors of #688CAE
Black with #688CAE
Text Example
Text Example
White with #688CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688CAE; }
p { color: rgb(104,140,174); }
H1.HeaderClassName
{
color: #688CAE;
}
.AnyTagClassName
{
color: #688CAE;
}
</style>
background-color css
<style>
a { background-color: #688CAE; }
a { background-color: rgb(104,140,174); }
div.DivClassName
{
background-color: #688CAE;
}
.BgClassName
{
background-color: #688CAE;
}
</style>
border-color css
<style>
span { border-color: #688CAE; }
span { border-color: rgb(104,140,174); }
td.TdClassName
{
border-color: #688CAE;
}
.TagClassName
{
border-color: #688CAE;
}
</style>