#6290AB

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

Shades of Air Force Blue #6290AB

Tints of Air Force Blue #6290AB

Color information

#6290AB (or 0x6290AB) is unknown color: approx Air Force Blue. HEX triplet: 62, 90 and AB. RGB value is (98,144,171). Sum of RGB (Red+Green+Blue) = 98+144+171=413 (54% of max value = 765). Red value is 98 (38.67% from 255 or 23.73% from 413); Green value is 144 (56.64% from 255 or 34.87% from 413); Blue value is 171 (67.19% from 255 or 41.40% from 413); Max value from RGB is 171 - color contains mainly: blue. Hex color #6290AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6290AB is #9D6F54. Grayscale: #858585. Windows color (decimal): -10317653 or 11243618. OLE color: 11243618.

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

Color convert

RGB98144171-
CMYK0.430.1600.33
HSL202.19º30.29%52.75%-
HSV(B)202.19º42.69%67.06%-
XYZ22.3625.4842.27-
YUV133.32149.26102.8-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 23.73%
GREEN value IS 144 (56.64% from 255) = 34.87%
BLUE value IS 171 (67.19% from 255) = 41.40%
R=23.73%
G=34.87%
B=41.40%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal981441710.430.1600.33202.1930.2952.75
Hex6290AB2B10021ca1e35
Octal14222025353200413123665
Binary110001010010000101010111010111000001000011100101011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6290AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6290AB; }

 p { color: rgb(98,144,171); }

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

<style>
 a { background-color: #6290AB; }

 a { background-color: rgb(98,144,171); }

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

<style>
 span { border-color: #6290AB; }

 span { border-color: rgb(98,144,171); }

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