#61889E

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

Shades of Air Force Blue #61889E

Tints of Air Force Blue #61889E

Color information

#61889E (or 0x61889E) is unknown color: approx Air Force Blue. HEX triplet: 61, 88 and 9E. RGB value is (97,136,158). Sum of RGB (Red+Green+Blue) = 97+136+158=391 (51% of max value = 765). Red value is 97 (38.28% from 255 or 24.81% from 391); Green value is 136 (53.52% from 255 or 34.78% from 391); Blue value is 158 (62.11% from 255 or 40.41% from 391); Max value from RGB is 158 - color contains mainly: blue. Hex color #61889E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61889E is #9E7761. Grayscale: #7E7E7E. Windows color (decimal): -10385250 or 10389601. OLE color: 10389601.

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

Color convert

RGB97136158-
CMYK0.390.1400.38
HSL201.64º23.92%50%-
HSV(B)201.64º38.61%61.96%-
XYZ19.9122.6235.66-
YUV126.85145.58106.71-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.81%
GREEN value IS 136 (53.52% from 255) = 34.78%
BLUE value IS 158 (62.11% from 255) = 40.41%
R=24.81%
G=34.78%
B=40.41%

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
Decimal971361580.390.1400.38201.6423.9250
Hex61889E27E026ca1832
Octal14121023647160463123062
Binary11000011000100010011110100111111001001101100101011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61889E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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