#61859D

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

Shades of Air Force Blue #61859D

Tints of Air Force Blue #61859D

Color information

#61859D (or 0x61859D) is unknown color: approx Air Force Blue. HEX triplet: 61, 85 and 9D. RGB value is (97,133,157). Sum of RGB (Red+Green+Blue) = 97+133+157=387 (51% of max value = 765). Red value is 97 (38.28% from 255 or 25.06% from 387); Green value is 133 (52.34% from 255 or 34.37% from 387); Blue value is 157 (61.72% from 255 or 40.57% from 387); Max value from RGB is 157 - color contains mainly: blue. Hex color #61859D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61859D is #9E7A62. Grayscale: #7C7C7C. Windows color (decimal): -10386019 or 10323297. OLE color: 10323297.

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

Color convert

RGB97133157-
CMYK0.380.1500.38
HSL204º23.62%49.8%-
HSV(B)204º38.22%61.57%-
XYZ19.421.7535.07-
YUV124.97146.07108.05-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.06%
GREEN value IS 133 (52.34% from 255) = 34.37%
BLUE value IS 157 (61.72% from 255) = 40.57%
R=25.06%
G=34.37%
B=40.57%

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
Decimal971331570.380.1500.3820423.6249.8
Hex61859D26F026cc1832
Octal14120523546170463143062
Binary11000011000010110011101100110111101001101100110011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61859D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61859D; }

 p { color: rgb(97,133,157); }

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

<style>
 a { background-color: #61859D; }

 a { background-color: rgb(97,133,157); }

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

<style>
 span { border-color: #61859D; }

 span { border-color: rgb(97,133,157); }

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