#61899F

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

Shades of Air Force Blue #61899F

Tints of Air Force Blue #61899F

Color information

#61899F (or 0x61899F) is unknown color: approx Air Force Blue. HEX triplet: 61, 89 and 9F. RGB value is (97,137,159). Sum of RGB (Red+Green+Blue) = 97+137+159=393 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.68% from 393); Green value is 137 (53.91% from 255 or 34.86% from 393); Blue value is 159 (62.5% from 255 or 40.46% from 393); Max value from RGB is 159 - color contains mainly: blue. Hex color #61899F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61899F is #9E7660. Grayscale: #7F7F7F. Windows color (decimal): -10384993 or 10455393. OLE color: 10455393.

HSL color Cylindrical-coordinate representation of color #61899F: hue angle of 201.29º 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 #61899F is Cyan = 0.39, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB97137159-
CMYK0.390.1400.38
HSL201.29º24.41%50.2%-
HSV(B)201.29º38.99%62.35%-
XYZ20.1322.9436.17-
YUV127.55145.75106.21-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.68%
GREEN value IS 137 (53.91% from 255) = 34.86%
BLUE value IS 159 (62.5% from 255) = 40.46%
R=24.68%
G=34.86%
B=40.46%

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
Decimal971371590.390.1400.38201.2924.4150.2
Hex61899F27E026c91832
Octal14121123747160463113062
Binary11000011000100110011111100111111001001101100100111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61899F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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