#61829E

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

Shades of Air Force Blue #61829E

Tints of Air Force Blue #61829E

Color information

#61829E (or 0x61829E) is unknown color: approx Air Force Blue. HEX triplet: 61, 82 and 9E. RGB value is (97,130,158). Sum of RGB (Red+Green+Blue) = 97+130+158=385 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.19% from 385); Green value is 130 (51.17% from 255 or 33.77% from 385); Blue value is 158 (62.11% from 255 or 41.04% from 385); Max value from RGB is 158 - color contains mainly: blue. Hex color #61829E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61829E is #9E7D61. Grayscale: #7B7B7B. Windows color (decimal): -10386786 or 10388065. OLE color: 10388065.

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

Color convert

RGB97130158-
CMYK0.390.1800.38
HSL207.54º23.92%50%-
HSV(B)207.54º38.61%61.96%-
XYZ19.0820.9835.39-
YUV123.32147.57109.22-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.19%
GREEN value IS 130 (51.17% from 255) = 33.77%
BLUE value IS 158 (62.11% from 255) = 41.04%
R=25.19%
G=33.77%
B=41.04%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal971301580.390.1800.38207.5423.9250
Hex61829E2712026d01832
Octal14120223647220463203062
Binary110000110000010100111101001111001001001101101000011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61829E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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