#61849F

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

Shades of Air Force Blue #61849F

Tints of Air Force Blue #61849F

Color information

#61849F (or 0x61849F) is unknown color: approx Air Force Blue. HEX triplet: 61, 84 and 9F. RGB value is (97,132,159). Sum of RGB (Red+Green+Blue) = 97+132+159=388 (51% of max value = 765). Red value is 97 (38.28% from 255 or 25% from 388); Green value is 132 (51.95% from 255 or 34.02% from 388); Blue value is 159 (62.5% from 255 or 40.98% from 388); Max value from RGB is 159 - color contains mainly: blue. Hex color #61849F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61849F is #9E7B60. Grayscale: #7C7C7C. Windows color (decimal): -10386273 or 10454113. OLE color: 10454113.

HSL color Cylindrical-coordinate representation of color #61849F: hue angle of 206.13º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #61849F is Cyan = 0.39, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB97132159-
CMYK0.390.1700.38
HSL206.13º24.41%50.2%-
HSV(B)206.13º38.99%62.35%-
XYZ19.4421.5535.94-
YUV124.61147.4108.3-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25%
GREEN value IS 132 (51.95% from 255) = 34.02%
BLUE value IS 159 (62.5% from 255) = 40.98%
R=25%
G=34.02%
B=40.98%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal971321590.390.1700.38206.1324.4150.2
Hex61849F2711026ce1832
Octal14120423747210463163062
Binary110000110000100100111111001111000101001101100111011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61849F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61849F; }

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

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

<style>
 a { background-color: #61849F; }

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

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

<style>
 span { border-color: #61849F; }

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

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