Html Css Color HEX #62829D Air Force Blue

📋 copy color: '#62829D'

red 98 ◦ green 130 ◦ blue 157

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

Shades of Air Force Blue #62829D

Tints of Air Force Blue #62829D

RGB

 RED value IS 98 (38.67% from 255) = 25.45%

 GREEN value IS 130 (51.17% from 255) = 33.77%

 BLUE value IS 157 (61.72% from 255) = 40.78%

R = 25.45%
G = 33.77%
B = 40.78%

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

#62829D (or 0x62829D) is known color: Air Force Blue. HEX triplet: 62, 82 and 9D. RGB value is (98,130,157). Sum of RGB (Red+Green+Blue) = 98+130+157=385 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.45% from 385); Green value is 130 (51.17% from 255 or 33.77% from 385); Blue value is 157 (61.72% from 255 or 40.78% from 385); Max value from RGB is 157 - color contains mainly: blue. Hex color #62829D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62829D is #9D7D62. Grayscale: #7B7B7B. Windows color (decimal): -10321251 or 10322530. OLE color: 10322530.

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

Color convert

RGB 98 130 157 -
CMYK 0.38 0.17 0 0.38
HSL 207.46º 0.23% 0.5% -
HSV(B) 207.46º 0.38% 0.62% -
XYZ 19.11 21 34.94 -
YUV 123.51 146.9 109.8 -
System Red Green Blue C M Y K H S L
Decimal 98 130 157 0.38 0.17 0 0.38 207.46 0.23 0.5
Hex 62 82 9D 26 11 0 26 CF 17 32
Octal 142 202 235 46 21 0 46 317 27 62
Binary 1100010 10000010 10011101 100110 10001 0 100110 11001111 10111 110010

Color Harmonies of #62829D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62829D

Black with #62829D

Text Example


Text Example

White with #62829D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #62829D;
 }
 .AnyTagClassName
 {
   color: #62829D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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