#6184AA

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

Shades of Air Force Blue #6184AA

Tints of Air Force Blue #6184AA

Color information

#6184AA (or 0x6184AA) is unknown color: approx Air Force Blue. HEX triplet: 61, 84 and AA. RGB value is (97,132,170). Sum of RGB (Red+Green+Blue) = 97+132+170=399 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.31% from 399); Green value is 132 (51.95% from 255 or 33.08% from 399); Blue value is 170 (66.80% from 255 or 42.61% from 399); Max value from RGB is 170 - color contains mainly: blue. Hex color #6184AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6184AA is #9E7B55. Grayscale: #7D7D7D. Windows color (decimal): -10386262 or 11175009. OLE color: 11175009.

HSL color Cylindrical-coordinate representation of color #6184AA: hue angle of 211.23º 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 #6184AA is Cyan = 0.43, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB97132170-
CMYK0.430.2200.33
HSL211.23º30.04%52.35%-
HSV(B)211.23º42.94%66.67%-
XYZ20.4421.9541.19-
YUV125.87152.9107.41-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.31%
GREEN value IS 132 (51.95% from 255) = 33.08%
BLUE value IS 170 (66.80% from 255) = 42.61%
R=24.31%
G=33.08%
B=42.61%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal971321700.430.2200.33211.2330.0452.35
Hex6184AA2B16021d31e34
Octal14120425253260413233664
Binary110000110000100101010101010111011001000011101001111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6184AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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