Shades of Air Force Blue #6186A4
Tints of Air Force Blue #6186A4
RGB
CMYK
RGB Variations
Color information
#6186A4 (or 0x6186A4) is known color: Air Force Blue. HEX triplet: 61, 86 and A4. RGB value is (97,134,164). Sum of RGB (Red+Green+Blue) = 97+134+164=395 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.56% from 395); Green value is 134 (52.73% from 255 or 33.92% from 395); Blue value is 164 (64.45% from 255 or 41.52% from 395); Max value from RGB is 164 - color contains mainly: blue. Hex color #6186A4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6186A4 is #9E795B. Grayscale: #7E7E7E. Windows color (decimal): -10385756 or 10782305. OLE color: 10782305.
HSL color Cylindrical-coordinate representation of color #6186A4: hue angle of 206.87º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6186A4 is Cyan = 0.41, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 97 | 134 | 164 | - |
| CMYK | 0.41 | 0.18 | 0 | 0.36 |
| HSL | 206.87º | 0.27% | 0.51% | - |
| HSV(B) | 206.87º | 0.41% | 0.64% | - |
| XYZ | 20.16 | 22.27 | 38.36 | - |
| YUV | 126.36 | 149.24 | 107.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 134 | 164 | 0.41 | 0.18 | 0 | 0.36 | 206.87 | 0.27 | 0.51 |
| Hex | 61 | 86 | A4 | 29 | 12 | 0 | 24 | CF | 1B | 33 |
| Octal | 141 | 206 | 244 | 51 | 22 | 0 | 44 | 317 | 33 | 63 |
| Binary | 1100001 | 10000110 | 10100100 | 101001 | 10010 | 0 | 100100 | 11001111 | 11011 | 110011 |
Color Harmonies of #6186A4
Complementary color
Monochromatic Colors of #6186A4
Black with #6186A4
Text Example
Text Example
White with #6186A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6186A4; }
p { color: rgb(97,134,164); }
H1.HeaderClassName
{
color: #6186A4;
}
.AnyTagClassName
{
color: #6186A4;
}
</style>
background-color css
<style>
a { background-color: #6186A4; }
a { background-color: rgb(97,134,164); }
div.DivClassName
{
background-color: #6186A4;
}
.BgClassName
{
background-color: #6186A4;
}
</style>
border-color css
<style>
span { border-color: #6186A4; }
span { border-color: rgb(97,134,164); }
td.TdClassName
{
border-color: #6186A4;
}
.TagClassName
{
border-color: #6186A4;
}
</style>