Shades of Air Force Blue #618A9F
Tints of Air Force Blue #618A9F
RGB
CMYK
RGB Variations
Color information
#618A9F (or 0x618A9F) is known color: Air Force Blue. HEX triplet: 61, 8A and 9F. RGB value is (97,138,159). Sum of RGB (Red+Green+Blue) = 97+138+159=394 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.62% from 394); Green value is 138 (54.30% from 255 or 35.03% from 394); Blue value is 159 (62.5% from 255 or 40.36% from 394); Max value from RGB is 159 - color contains mainly: blue. Hex color #618A9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618A9F is #9E7560. Grayscale: #808080. Windows color (decimal): -10384737 or 10455649. OLE color: 10455649.
HSL color Cylindrical-coordinate representation of color #618A9F: hue angle of 200.32º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #618A9F is Cyan = 0.39, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 97 | 138 | 159 | - |
| CMYK | 0.39 | 0.13 | 0 | 0.38 |
| HSL | 200.32º | 0.24% | 0.5% | - |
| HSV(B) | 200.32º | 0.39% | 0.62% | - |
| XYZ | 20.28 | 23.22 | 36.21 | - |
| YUV | 128.14 | 145.42 | 105.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 138 | 159 | 0.39 | 0.13 | 0 | 0.38 | 200.32 | 0.24 | 0.5 |
| Hex | 61 | 8A | 9F | 27 | D | 0 | 26 | C8 | 18 | 32 |
| Octal | 141 | 212 | 237 | 47 | 15 | 0 | 46 | 310 | 30 | 62 |
| Binary | 1100001 | 10001010 | 10011111 | 100111 | 1101 | 0 | 100110 | 11001000 | 11000 | 110010 |
Color Harmonies of #618A9F
Complementary color
Monochromatic Colors of #618A9F
Black with #618A9F
Text Example
Text Example
White with #618A9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #618A9F; }
p { color: rgb(97,138,159); }
H1.HeaderClassName
{
color: #618A9F;
}
.AnyTagClassName
{
color: #618A9F;
}
</style>
background-color css
<style>
a { background-color: #618A9F; }
a { background-color: rgb(97,138,159); }
div.DivClassName
{
background-color: #618A9F;
}
.BgClassName
{
background-color: #618A9F;
}
</style>
border-color css
<style>
span { border-color: #618A9F; }
span { border-color: rgb(97,138,159); }
td.TdClassName
{
border-color: #618A9F;
}
.TagClassName
{
border-color: #618A9F;
}
</style>