#6480A5

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

Shades of Air Force Blue #6480A5

Tints of Air Force Blue #6480A5

Color information

#6480A5 (or 0x6480A5) is unknown color: approx Air Force Blue. HEX triplet: 64, 80 and A5. RGB value is (100,128,165). Sum of RGB (Red+Green+Blue) = 100+128+165=393 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.45% from 393); Green value is 128 (50.39% from 255 or 32.57% from 393); Blue value is 165 (64.84% from 255 or 41.98% from 393); Max value from RGB is 165 - color contains mainly: blue. Hex color #6480A5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6480A5 is #9B7F5A. Grayscale: #7B7B7B. Windows color (decimal): -10190683 or 10846308. OLE color: 10846308.

HSL color Cylindrical-coordinate representation of color #6480A5: hue angle of 214.15º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6480A5 is Cyan = 0.39, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB100128165-
CMYK0.390.2200.35
HSL214.15º26.53%51.96%-
HSV(B)214.15º39.39%64.71%-
XYZ19.7720.8638.58-
YUV123.85151.22110.99-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.45%
GREEN value IS 128 (50.39% from 255) = 32.57%
BLUE value IS 165 (64.84% from 255) = 41.98%
R=25.45%
G=32.57%
B=41.98%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1001281650.390.2200.35214.1526.5351.96
Hex6480A52716023d61b34
Octal14420024547260433263364
Binary110010010000000101001011001111011001000111101011011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6480A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6480A5; }

 p { color: rgb(100,128,165); }

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

<style>
 a { background-color: #6480A5; }

 a { background-color: rgb(100,128,165); }

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

<style>
 span { border-color: #6480A5; }

 span { border-color: rgb(100,128,165); }

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