#6490AB

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

Shades of Air Force Blue #6490AB

Tints of Air Force Blue #6490AB

Color information

#6490AB (or 0x6490AB) is unknown color: approx Air Force Blue. HEX triplet: 64, 90 and AB. RGB value is (100,144,171). Sum of RGB (Red+Green+Blue) = 100+144+171=415 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.10% from 415); Green value is 144 (56.64% from 255 or 34.70% from 415); Blue value is 171 (67.19% from 255 or 41.20% from 415); Max value from RGB is 171 - color contains mainly: blue. Hex color #6490AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6490AB is #9B6F54. Grayscale: #858585. Windows color (decimal): -10186581 or 11243620. OLE color: 11243620.

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

Color convert

RGB100144171-
CMYK0.420.1600.33
HSL202.82º29.71%53.14%-
HSV(B)202.82º41.52%67.06%-
XYZ22.5825.642.28-
YUV133.92148.92103.8-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.10%
GREEN value IS 144 (56.64% from 255) = 34.70%
BLUE value IS 171 (67.19% from 255) = 41.20%
R=24.10%
G=34.70%
B=41.20%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1001441710.420.1600.33202.8229.7153.14
Hex6490AB2A10021cb1e35
Octal14422025352200413133665
Binary110010010010000101010111010101000001000011100101111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6490AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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