Shades of Air Force Blue #6190B3
Tints of Air Force Blue #6190B3
RGB
CMYK
RGB Variations
Color information
#6190B3 (or 0x6190B3) is known color: Air Force Blue. HEX triplet: 61, 90 and B3. RGB value is (97,144,179). Sum of RGB (Red+Green+Blue) = 97+144+179=420 (55% of max value = 765). Red value is 97 (38.28% from 255 or 23.10% from 420); Green value is 144 (56.64% from 255 or 34.29% from 420); Blue value is 179 (70.31% from 255 or 42.62% from 420); Max value from RGB is 179 - color contains mainly: blue. Hex color #6190B3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6190B3 is #9E6F4C. Grayscale: #858585. Windows color (decimal): -10383181 or 11767905. OLE color: 11767905.
HSL color Cylindrical-coordinate representation of color #6190B3: hue angle of 205.61º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6190B3 is Cyan = 0.46, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 97 | 144 | 179 | - |
| CMYK | 0.46 | 0.20 | 0 | 0.30 |
| HSL | 205.61º | 0.35% | 0.54% | - |
| HSV(B) | 205.61º | 0.46% | 0.7% | - |
| XYZ | 23.04 | 25.74 | 46.4 | - |
| YUV | 133.94 | 153.43 | 101.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 144 | 179 | 0.46 | 0.20 | 0 | 0.30 | 205.61 | 0.35 | 0.54 |
| Hex | 61 | 90 | B3 | 2E | 14 | 0 | 1E | CE | 23 | 36 |
| Octal | 141 | 220 | 263 | 56 | 24 | 0 | 36 | 316 | 43 | 66 |
| Binary | 1100001 | 10010000 | 10110011 | 101110 | 10100 | 0 | 11110 | 11001110 | 100011 | 110110 |
Color Harmonies of #6190B3
Complementary color
Monochromatic Colors of #6190B3
Black with #6190B3
Text Example
Text Example
White with #6190B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6190B3; }
p { color: rgb(97,144,179); }
H1.HeaderClassName
{
color: #6190B3;
}
.AnyTagClassName
{
color: #6190B3;
}
</style>
background-color css
<style>
a { background-color: #6190B3; }
a { background-color: rgb(97,144,179); }
div.DivClassName
{
background-color: #6190B3;
}
.BgClassName
{
background-color: #6190B3;
}
</style>
border-color css
<style>
span { border-color: #6190B3; }
span { border-color: rgb(97,144,179); }
td.TdClassName
{
border-color: #6190B3;
}
.TagClassName
{
border-color: #6190B3;
}
</style>