#61889F

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

Shades of Air Force Blue #61889F

Tints of Air Force Blue #61889F

Color information

#61889F (or 0x61889F) is unknown color: approx Air Force Blue. HEX triplet: 61, 88 and 9F. RGB value is (97,136,159). Sum of RGB (Red+Green+Blue) = 97+136+159=392 (51% of max value = 765). Red value is 97 (38.28% from 255 or 24.74% from 392); Green value is 136 (53.52% from 255 or 34.69% from 392); Blue value is 159 (62.5% from 255 or 40.56% from 392); Max value from RGB is 159 - color contains mainly: blue. Hex color #61889F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61889F is #9E7760. Grayscale: #7E7E7E. Windows color (decimal): -10385249 or 10455137. OLE color: 10455137.

HSL color Cylindrical-coordinate representation of color #61889F: hue angle of 202.26º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #61889F is Cyan = 0.39, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB97136159-
CMYK0.390.1400.38
HSL202.26º24.41%50.2%-
HSV(B)202.26º38.99%62.35%-
XYZ19.9922.6536.12-
YUV126.96146.08106.63-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.74%
GREEN value IS 136 (53.52% from 255) = 34.69%
BLUE value IS 159 (62.5% from 255) = 40.56%
R=24.74%
G=34.69%
B=40.56%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal971361590.390.1400.38202.2624.4150.2
Hex61889F27E026ca1832
Octal14121023747160463123062
Binary11000011000100010011111100111111001001101100101011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61889F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,136,159); }

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

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

 a { background-color: rgb(97,136,159); }

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

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

 span { border-color: rgb(97,136,159); }

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