#62869E

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

Shades of Air Force Blue #62869E

Tints of Air Force Blue #62869E

Color information

#62869E (or 0x62869E) is unknown color: approx Air Force Blue. HEX triplet: 62, 86 and 9E. RGB value is (98,134,158). Sum of RGB (Red+Green+Blue) = 98+134+158=390 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25.13% from 390); Green value is 134 (52.73% from 255 or 34.36% from 390); Blue value is 158 (62.11% from 255 or 40.51% from 390); Max value from RGB is 158 - color contains mainly: blue. Hex color #62869E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62869E is #9D7961. Grayscale: #7D7D7D. Windows color (decimal): -10320226 or 10389090. OLE color: 10389090.

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

Color convert

RGB98134158-
CMYK0.380.1500.38
HSL204º23.62%50.2%-
HSV(B)204º37.97%61.96%-
XYZ19.7322.1235.58-
YUV125.97146.07108.05-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 25.13%
GREEN value IS 134 (52.73% from 255) = 34.36%
BLUE value IS 158 (62.11% from 255) = 40.51%
R=25.13%
G=34.36%
B=40.51%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal981341580.380.1500.3820423.6250.2
Hex62869E26F026cc1832
Octal14220623646170463143062
Binary11000101000011010011110100110111101001101100110011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62869E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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