#61829D

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

Shades of Air Force Blue #61829D

Tints of Air Force Blue #61829D

Color information

#61829D (or 0x61829D) is unknown color: approx Air Force Blue. HEX triplet: 61, 82 and 9D. RGB value is (97,130,157). Sum of RGB (Red+Green+Blue) = 97+130+157=384 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.26% from 384); Green value is 130 (51.17% from 255 or 33.85% from 384); Blue value is 157 (61.72% from 255 or 40.89% from 384); Max value from RGB is 157 - color contains mainly: blue. Hex color #61829D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61829D is #9E7D62. Grayscale: #7B7B7B. Windows color (decimal): -10386787 or 10322529. OLE color: 10322529.

HSL color Cylindrical-coordinate representation of color #61829D: hue angle of 207º 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 #61829D is Cyan = 0.38, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB97130157-
CMYK0.380.1700.38
HSL207º23.62%49.8%-
HSV(B)207º38.22%61.57%-
XYZ1920.9434.94-
YUV123.21147.07109.3-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.26%
GREEN value IS 130 (51.17% from 255) = 33.85%
BLUE value IS 157 (61.72% from 255) = 40.89%
R=25.26%
G=33.85%
B=40.89%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal971301570.380.1700.3820723.6249.8
Hex61829D2611026cf1832
Octal14120223546210463173062
Binary110000110000010100111011001101000101001101100111111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61829D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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