#6480AC

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

Shades of Air Force Blue #6480AC

Tints of Air Force Blue #6480AC

Color information

#6480AC (or 0x6480AC) is unknown color: approx Air Force Blue. HEX triplet: 64, 80 and AC. RGB value is (100,128,172). Sum of RGB (Red+Green+Blue) = 100+128+172=400 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25% from 400); Green value is 128 (50.39% from 255 or 32% from 400); Blue value is 172 (67.58% from 255 or 43% from 400); Max value from RGB is 172 - color contains mainly: blue. Hex color #6480AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6480AC is #9B7F53. Grayscale: #7C7C7C. Windows color (decimal): -10190676 or 11305060. OLE color: 11305060.

HSL color Cylindrical-coordinate representation of color #6480AC: hue angle of 216.67º 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 #6480AC is Cyan = 0.42, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB100128172-
CMYK0.420.2600.33
HSL216.67º30.25%53.33%-
HSV(B)216.67º41.86%67.45%-
XYZ20.4221.1342.03-
YUV124.64154.72110.42-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25%
GREEN value IS 128 (50.39% from 255) = 32%
BLUE value IS 172 (67.58% from 255) = 43%
R=25%
G=32%
B=43%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1001281720.420.2600.33216.6730.2553.33
Hex6480AC2A1A021d91e35
Octal14420025452320413313665
Binary110010010000000101011001010101101001000011101100111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6480AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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