#6182AA

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

Shades of Air Force Blue #6182AA

Tints of Air Force Blue #6182AA

Color information

#6182AA (or 0x6182AA) is unknown color: approx Air Force Blue. HEX triplet: 61, 82 and AA. RGB value is (97,130,170). Sum of RGB (Red+Green+Blue) = 97+130+170=397 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.43% from 397); Green value is 130 (51.17% from 255 or 32.75% from 397); Blue value is 170 (66.80% from 255 or 42.82% from 397); Max value from RGB is 170 - color contains mainly: blue. Hex color #6182AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6182AA is #9E7D55. Grayscale: #7C7C7C. Windows color (decimal): -10386774 or 11174497. OLE color: 11174497.

HSL color Cylindrical-coordinate representation of color #6182AA: hue angle of 212.88º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6182AA is Cyan = 0.43, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB97130170-
CMYK0.430.2400.33
HSL212.88º30.04%52.35%-
HSV(B)212.88º42.94%66.67%-
XYZ20.1721.4141.1-
YUV124.69153.57108.25-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.43%
GREEN value IS 130 (51.17% from 255) = 32.75%
BLUE value IS 170 (66.80% from 255) = 42.82%
R=24.43%
G=32.75%
B=42.82%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal971301700.430.2400.33212.8830.0452.35
Hex6182AA2B18021d51e34
Octal14120225253300413253664
Binary110000110000010101010101010111100001000011101010111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6182AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6182AA; }

 p { color: rgb(97,130,170); }

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

<style>
 a { background-color: #6182AA; }

 a { background-color: rgb(97,130,170); }

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

<style>
 span { border-color: #6182AA; }

 span { border-color: rgb(97,130,170); }

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