#61849D

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

Shades of Air Force Blue #61849D

Tints of Air Force Blue #61849D

Color information

#61849D (or 0x61849D) is unknown color: approx Air Force Blue. HEX triplet: 61, 84 and 9D. RGB value is (97,132,157). Sum of RGB (Red+Green+Blue) = 97+132+157=386 (51% of max value = 765). Red value is 97 (38.28% from 255 or 25.13% from 386); Green value is 132 (51.95% from 255 or 34.20% from 386); Blue value is 157 (61.72% from 255 or 40.67% from 386); Max value from RGB is 157 - color contains mainly: blue. Hex color #61849D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61849D is #9E7B62. Grayscale: #7C7C7C. Windows color (decimal): -10386275 or 10323041. OLE color: 10323041.

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

Color convert

RGB97132157-
CMYK0.380.1600.38
HSL205º23.62%49.8%-
HSV(B)205º38.22%61.57%-
XYZ19.2721.4835.03-
YUV124.38146.4108.47-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.13%
GREEN value IS 132 (51.95% from 255) = 34.20%
BLUE value IS 157 (61.72% from 255) = 40.67%
R=25.13%
G=34.20%
B=40.67%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal971321570.380.1600.3820523.6249.8
Hex61849D2610026cd1832
Octal14120423546200463153062
Binary110000110000100100111011001101000001001101100110111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61849D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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