#61899E

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

Shades of Air Force Blue #61899E

Tints of Air Force Blue #61899E

Color information

#61899E (or 0x61899E) is unknown color: approx Air Force Blue. HEX triplet: 61, 89 and 9E. RGB value is (97,137,158). Sum of RGB (Red+Green+Blue) = 97+137+158=392 (51% of max value = 765). Red value is 97 (38.28% from 255 or 24.74% from 392); Green value is 137 (53.91% from 255 or 34.95% from 392); Blue value is 158 (62.11% from 255 or 40.31% from 392); Max value from RGB is 158 - color contains mainly: blue. Hex color #61899E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61899E is #9E7661. Grayscale: #7F7F7F. Windows color (decimal): -10384994 or 10389857. OLE color: 10389857.

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

Color convert

RGB97137158-
CMYK0.390.1300.38
HSL200.66º23.92%50%-
HSV(B)200.66º38.61%61.96%-
XYZ20.0522.935.71-
YUV127.43145.25106.29-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.74%
GREEN value IS 137 (53.91% from 255) = 34.95%
BLUE value IS 158 (62.11% from 255) = 40.31%
R=24.74%
G=34.95%
B=40.31%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal971371580.390.1300.38200.6623.9250
Hex61899E27D026c91832
Octal14121123647150463113062
Binary11000011000100110011110100111110101001101100100111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61899E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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