#6180A4

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

Shades of Air Force Blue #6180A4

Tints of Air Force Blue #6180A4

Color information

#6180A4 (or 0x6180A4) is unknown color: approx Air Force Blue. HEX triplet: 61, 80 and A4. RGB value is (97,128,164). Sum of RGB (Red+Green+Blue) = 97+128+164=389 (51% of max value = 765). Red value is 97 (38.28% from 255 or 24.94% from 389); Green value is 128 (50.39% from 255 or 32.90% from 389); Blue value is 164 (64.45% from 255 or 42.16% from 389); Max value from RGB is 164 - color contains mainly: blue. Hex color #6180A4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6180A4 is #9E7F5B. Grayscale: #7A7A7A. Windows color (decimal): -10387292 or 10780769. OLE color: 10780769.

HSL color Cylindrical-coordinate representation of color #6180A4: hue angle of 212.24º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6180A4 is Cyan = 0.41, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB97128164-
CMYK0.410.2200.36
HSL212.24º26.91%51.18%-
HSV(B)212.24º40.85%64.31%-
XYZ19.3520.6638.09-
YUV122.84151.23109.57-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.94%
GREEN value IS 128 (50.39% from 255) = 32.90%
BLUE value IS 164 (64.45% from 255) = 42.16%
R=24.94%
G=32.90%
B=42.16%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal971281640.410.2200.36212.2426.9151.18
Hex6180A42916024d41b33
Octal14120024451260443243363
Binary110000110000000101001001010011011001001001101010011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6180A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6180A4; }

 p { color: rgb(97,128,164); }

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

<style>
 a { background-color: #6180A4; }

 a { background-color: rgb(97,128,164); }

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

<style>
 span { border-color: #6180A4; }

 span { border-color: rgb(97,128,164); }

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