Html Css Color HEX #61829E Air Force Blue

📋 copy color: '#61829E'

red 97 ◦ green 130 ◦ blue 158

#61829E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Air Force Blue #61829E

Tints of Air Force Blue #61829E

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 value IS 0.39

 M value IS 0.18

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#61829E (or 0x61829E) is known color: 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

RGB 97 130 158 -
CMYK 0.39 0.18 0 0.38
HSL 207.54º 0.24% 0.5% -
HSV(B) 207.54º 0.39% 0.62% -
XYZ 19.08 20.98 35.39 -
YUV 123.33 147.57 109.22 -
System Red Green Blue C M Y K H S L
Decimal 97 130 158 0.39 0.18 0 0.38 207.54 0.24 0.5
Hex 61 82 9E 27 12 0 26 D0 18 32
Octal 141 202 236 47 22 0 46 320 30 62
Binary 1100001 10000010 10011110 100111 10010 0 100110 11010000 11000 110010

Color Harmonies of #61829E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61829E

Black with #61829E

Text Example


Text Example

White with #61829E

Text Example


Text Example

HTML Codes & Css Web 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>