Html Css Color HEX #61829D Air Force Blue

📋 copy color: '#61829D'

red 97 ◦ green 130 ◦ blue 157

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

Shades of Air Force Blue #61829D

Tints of Air Force Blue #61829D

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

 M value IS 0.17

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

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

RGB 97 130 157 -
CMYK 0.38 0.17 0 0.38
HSL 207º 0.24% 0.5% -
HSV(B) 207º 0.38% 0.62% -
XYZ 19 20.94 34.94 -
YUV 123.21 147.07 109.3 -
System Red Green Blue C M Y K H S L
Decimal 97 130 157 0.38 0.17 0 0.38 207 0.24 0.5
Hex 61 82 9D 26 11 0 26 CF 18 32
Octal 141 202 235 46 21 0 46 317 30 62
Binary 1100001 10000010 10011101 100110 10001 0 100110 11001111 11000 110010

Color Harmonies of #61829D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61829D

Black with #61829D

Text Example


Text Example

White with #61829D

Text Example


Text Example

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