Html Css Color HEX #62829F Air Force Blue

📋 copy color: '#62829F'

red 98 ◦ green 130 ◦ blue 159

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

Shades of Air Force Blue #62829F

Tints of Air Force Blue #62829F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 41.09%

R = 25.32%
G = 33.59%
B = 41.09%

CMYK

 C value IS 0.38

 M value IS 0.18

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#62829F (or 0x62829F) is known color: Air Force Blue. HEX triplet: 62, 82 and 9F. RGB value is (98,130,159). Sum of RGB (Red+Green+Blue) = 98+130+159=387 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25.32% from 387); Green value is 130 (51.17% from 255 or 33.59% from 387); Blue value is 159 (62.5% from 255 or 41.09% from 387); Max value from RGB is 159 - color contains mainly: blue. Hex color #62829F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62829F is #9D7D60. Grayscale: #7B7B7B. Windows color (decimal): -10321249 or 10453602. OLE color: 10453602.

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

Color convert

RGB 98 130 159 -
CMYK 0.38 0.18 0 0.38
HSL 208.52º 0.24% 0.5% -
HSV(B) 208.52º 0.38% 0.62% -
XYZ 19.28 21.07 35.85 -
YUV 123.74 147.9 109.64 -
System Red Green Blue C M Y K H S L
Decimal 98 130 159 0.38 0.18 0 0.38 208.52 0.24 0.5
Hex 62 82 9F 26 12 0 26 D1 18 32
Octal 142 202 237 46 22 0 46 321 30 62
Binary 1100010 10000010 10011111 100110 10010 0 100110 11010001 11000 110010

Color Harmonies of #62829F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62829F

Black with #62829F

Text Example


Text Example

White with #62829F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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