#6190AA

Color #6190AA Air Force Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Air Force Blue #6190AA

Tints of Air Force Blue #6190AA

Color information

#6190AA (or 0x6190AA) is unknown color: approx Air Force Blue. HEX triplet: 61, 90 and AA. RGB value is (97,144,170). Sum of RGB (Red+Green+Blue) = 97+144+170=411 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.60% from 411); Green value is 144 (56.64% from 255 or 35.04% from 411); Blue value is 170 (66.80% from 255 or 41.36% from 411); Max value from RGB is 170 - color contains mainly: blue. Hex color #6190AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6190AA is #9E6F55. Grayscale: #848484. Windows color (decimal): -10383190 or 11178081. OLE color: 11178081.

HSL color Cylindrical-coordinate representation of color #6190AA: hue angle of 201.37º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6190AA is Cyan = 0.43, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB97144170-
CMYK0.430.1500.33
HSL201.37º30.04%52.35%-
HSV(B)201.37º42.94%66.67%-
XYZ22.1625.3941.76-
YUV132.91148.93102.39-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 97 (38.28% from 255) = 23.60%
GREEN value IS 144 (56.64% from 255) = 35.04%
BLUE value IS 170 (66.80% from 255) = 41.36%
R=23.60%
G=35.04%
B=41.36%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal971441700.430.1500.33201.3730.0452.35
Hex6190AA2BF021c91e34
Octal14122025253170413113664
Binary11000011001000010101010101011111101000011100100111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6190AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6190AA; }

 p { color: rgb(97,144,170); }

 H1.HeaderClassName
 {
   color: #6190AA;
 }
 .AnyTagClassName
 {
   color: #6190AA;
 }
</style>
background-color css

<style>
 a { background-color: #6190AA; }

 a { background-color: rgb(97,144,170); }

 div.DivClassName
 {
   background-color: #6190AA;
 }
 .BgClassName
 {
   background-color: #6190AA;
 }
</style>
border-color css

<style>
 span { border-color: #6190AA; }

 span { border-color: rgb(97,144,170); }

 td.TdClassName
 {
   border-color: #6190AA;
 }
 .TagClassName
 {
   border-color: #6190AA;
 }
</style>