Shades of Air Force Blue #60819C
Tints of Air Force Blue #60819C
RGB
CMYK
RGB Variations
Color information
#60819C (or 0x60819C) is known color: Air Force Blue. HEX triplet: 60, 81 and 9C. RGB value is (96,129,156). Sum of RGB (Red+Green+Blue) = 96+129+156=381 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.20% from 381); Green value is 129 (50.78% from 255 or 33.86% from 381); Blue value is 156 (61.33% from 255 or 40.94% from 381); Max value from RGB is 156 - color contains mainly: blue. Hex color #60819C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60819C is #9F7E63. Grayscale: #7A7A7A. Windows color (decimal): -10452580 or 10256736. OLE color: 10256736.
HSL color Cylindrical-coordinate representation of color #60819C: hue angle of 207º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #60819C is Cyan = 0.38, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 96 | 129 | 156 | - |
| CMYK | 0.38 | 0.17 | 0 | 0.39 |
| HSL | 207º | 0.24% | 0.49% | - |
| HSV(B) | 207º | 0.38% | 0.61% | - |
| XYZ | 18.67 | 20.59 | 34.44 | - |
| YUV | 122.21 | 147.07 | 109.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 129 | 156 | 0.38 | 0.17 | 0 | 0.39 | 207 | 0.24 | 0.49 |
| Hex | 60 | 81 | 9C | 26 | 11 | 0 | 27 | CF | 18 | 31 |
| Octal | 140 | 201 | 234 | 46 | 21 | 0 | 47 | 317 | 30 | 61 |
| Binary | 1100000 | 10000001 | 10011100 | 100110 | 10001 | 0 | 100111 | 11001111 | 11000 | 110001 |
Color Harmonies of #60819C
Complementary color
Monochromatic Colors of #60819C
Black with #60819C
Text Example
Text Example
White with #60819C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60819C; }
p { color: rgb(96,129,156); }
H1.HeaderClassName
{
color: #60819C;
}
.AnyTagClassName
{
color: #60819C;
}
</style>
background-color css
<style>
a { background-color: #60819C; }
a { background-color: rgb(96,129,156); }
div.DivClassName
{
background-color: #60819C;
}
.BgClassName
{
background-color: #60819C;
}
</style>
border-color css
<style>
span { border-color: #60819C; }
span { border-color: rgb(96,129,156); }
td.TdClassName
{
border-color: #60819C;
}
.TagClassName
{
border-color: #60819C;
}
</style>