#6490AD

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

Shades of Air Force Blue #6490AD

Tints of Air Force Blue #6490AD

Color information

#6490AD (or 0x6490AD) is unknown color: approx Air Force Blue. HEX triplet: 64, 90 and AD. RGB value is (100,144,173). Sum of RGB (Red+Green+Blue) = 100+144+173=417 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.98% from 417); Green value is 144 (56.64% from 255 or 34.53% from 417); Blue value is 173 (67.97% from 255 or 41.49% from 417); Max value from RGB is 173 - color contains mainly: blue. Hex color #6490AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6490AD is #9B6F52. Grayscale: #858585. Windows color (decimal): -10186579 or 11374692. OLE color: 11374692.

HSL color Cylindrical-coordinate representation of color #6490AD: hue angle of 203.84º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6490AD is Cyan = 0.42, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB100144173-
CMYK0.420.1700.32
HSL203.84º30.8%53.53%-
HSV(B)203.84º42.2%67.84%-
XYZ22.7725.6743.29-
YUV134.15149.92103.64-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 23.98%
GREEN value IS 144 (56.64% from 255) = 34.53%
BLUE value IS 173 (67.97% from 255) = 41.49%
R=23.98%
G=34.53%
B=41.49%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1001441730.420.1700.32203.8430.853.53
Hex6490AD2A11020cc1f36
Octal14422025552210403143766
Binary110010010010000101011011010101000101000001100110011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6490AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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