#62869C

Color #62869C Air Force Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Air Force Blue #62869C

Tints of Air Force Blue #62869C

Color information

#62869C (or 0x62869C) is unknown color: approx Air Force Blue. HEX triplet: 62, 86 and 9C. RGB value is (98,134,156). Sum of RGB (Red+Green+Blue) = 98+134+156=388 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25.26% from 388); Green value is 134 (52.73% from 255 or 34.54% from 388); Blue value is 156 (61.33% from 255 or 40.21% from 388); Max value from RGB is 156 - color contains mainly: blue. Hex color #62869C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62869C is #9D7963. Grayscale: #7D7D7D. Windows color (decimal): -10320228 or 10258018. OLE color: 10258018.

HSL color Cylindrical-coordinate representation of color #62869C: hue angle of 202.76º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #62869C is Cyan = 0.37, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB98134156-
CMYK0.370.1400.39
HSL202.76º22.83%49.8%-
HSV(B)202.76º37.18%61.18%-
XYZ19.5622.0534.68-
YUV125.74145.07108.21-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 25.26%
GREEN value IS 134 (52.73% from 255) = 34.54%
BLUE value IS 156 (61.33% from 255) = 40.21%
R=25.26%
G=34.54%
B=40.21%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal981341560.370.1400.39202.7622.8349.8
Hex62869C25E027cb1732
Octal14220623445160473132762
Binary11000101000011010011100100101111001001111100101110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62869C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62869C; }

 p { color: rgb(98,134,156); }

 H1.HeaderClassName
 {
   color: #62869C;
 }
 .AnyTagClassName
 {
   color: #62869C;
 }
</style>
background-color css

<style>
 a { background-color: #62869C; }

 a { background-color: rgb(98,134,156); }

 div.DivClassName
 {
   background-color: #62869C;
 }
 .BgClassName
 {
   background-color: #62869C;
 }
</style>
border-color css

<style>
 span { border-color: #62869C; }

 span { border-color: rgb(98,134,156); }

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