Html Css Color HEX #62849D Air Force Blue

📋 copy color: '#62849D'

red 98 ◦ green 132 ◦ blue 157

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

Shades of Air Force Blue #62849D

Tints of Air Force Blue #62849D

RGB

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

 GREEN value IS 132 (51.95% from 255) = 34.11%

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

R = 25.32%
G = 34.11%
B = 40.57%

CMYK

 C value IS 0.38

 M value IS 0.16

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#62849D (or 0x62849D) is known color: Air Force Blue. HEX triplet: 62, 84 and 9D. RGB value is (98,132,157). Sum of RGB (Red+Green+Blue) = 98+132+157=387 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25.32% from 387); Green value is 132 (51.95% from 255 or 34.11% from 387); Blue value is 157 (61.72% from 255 or 40.57% from 387); Max value from RGB is 157 - color contains mainly: blue. Hex color #62849D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62849D is #9D7B62. Grayscale: #7C7C7C. Windows color (decimal): -10320739 or 10323042. OLE color: 10323042.

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

Color convert

RGB 98 132 157 -
CMYK 0.38 0.16 0 0.38
HSL 205.42º 0.23% 0.5% -
HSV(B) 205.42º 0.38% 0.62% -
XYZ 19.37 21.53 35.03 -
YUV 124.68 146.24 108.97 -
System Red Green Blue C M Y K H S L
Decimal 98 132 157 0.38 0.16 0 0.38 205.42 0.23 0.5
Hex 62 84 9D 26 10 0 26 CD 17 32
Octal 142 204 235 46 20 0 46 315 27 62
Binary 1100010 10000100 10011101 100110 10000 0 100110 11001101 10111 110010

Color Harmonies of #62849D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62849D

Black with #62849D

Text Example


Text Example

White with #62849D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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