#6481AC

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

Shades of Air Force Blue #6481AC

Tints of Air Force Blue #6481AC

Color information

#6481AC (or 0x6481AC) is unknown color: approx Air Force Blue. HEX triplet: 64, 81 and AC. RGB value is (100,129,172). Sum of RGB (Red+Green+Blue) = 100+129+172=401 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.94% from 401); Green value is 129 (50.78% from 255 or 32.17% from 401); Blue value is 172 (67.58% from 255 or 42.89% from 401); Max value from RGB is 172 - color contains mainly: blue. Hex color #6481AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6481AC is #9B7E53. Grayscale: #7D7D7D. Windows color (decimal): -10190420 or 11305316. OLE color: 11305316.

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

Color convert

RGB100129172-
CMYK0.420.2500.33
HSL215.83º30.25%53.33%-
HSV(B)215.83º41.86%67.45%-
XYZ20.5521.3942.07-
YUV125.23154.39110-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.94%
GREEN value IS 129 (50.78% from 255) = 32.17%
BLUE value IS 172 (67.58% from 255) = 42.89%
R=24.94%
G=32.17%
B=42.89%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1001291720.420.2500.33215.8330.2553.33
Hex6481AC2A19021d81e35
Octal14420125452310413303665
Binary110010010000001101011001010101100101000011101100011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6481AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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