Html Css Color HEX #62859E Air Force Blue

📋 copy color: '#62859E'

red 98 ◦ green 133 ◦ blue 158

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

Shades of Air Force Blue #62859E

Tints of Air Force Blue #62859E

RGB

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

 GREEN value IS 133 (52.34% from 255) = 34.19%

 BLUE value IS 158 (62.11% from 255) = 40.62%

R = 25.19%
G = 34.19%
B = 40.62%

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

#62859E (or 0x62859E) is known color: Air Force Blue. HEX triplet: 62, 85 and 9E. RGB value is (98,133,158). Sum of RGB (Red+Green+Blue) = 98+133+158=389 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25.19% from 389); Green value is 133 (52.34% from 255 or 34.19% from 389); Blue value is 158 (62.11% from 255 or 40.62% from 389); Max value from RGB is 158 - color contains mainly: blue. Hex color #62859E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62859E is #9D7A61. Grayscale: #7D7D7D. Windows color (decimal): -10320482 or 10388834. OLE color: 10388834.

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

Color convert

RGB 98 133 158 -
CMYK 0.38 0.16 0 0.38
HSL 205º 0.24% 0.5% -
HSV(B) 205º 0.38% 0.62% -
XYZ 19.6 21.84 35.53 -
YUV 125.39 146.4 108.47 -
System Red Green Blue C M Y K H S L
Decimal 98 133 158 0.38 0.16 0 0.38 205 0.24 0.5
Hex 62 85 9E 26 10 0 26 CD 18 32
Octal 142 205 236 46 20 0 46 315 30 62
Binary 1100010 10000101 10011110 100110 10000 0 100110 11001101 11000 110010

Color Harmonies of #62859E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62859E

Black with #62859E

Text Example


Text Example

White with #62859E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62859E; }

 p { color: rgb(98,133,158); }

 H1.HeaderClassName
 {
   color: #62859E;
 }
 .AnyTagClassName
 {
   color: #62859E;
 }
</style>

background-color css

<style>
 a { background-color: #62859E; }

 a { background-color: rgb(98,133,158); }

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

border-color css

<style>
 span { border-color: #62859E; }

 span { border-color: rgb(98,133,158); }

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