#61859F

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

Shades of Air Force Blue #61859F

Tints of Air Force Blue #61859F

Color information

#61859F (or 0x61859F) is unknown color: approx Air Force Blue. HEX triplet: 61, 85 and 9F. RGB value is (97,133,159). Sum of RGB (Red+Green+Blue) = 97+133+159=389 (51% of max value = 765). Red value is 97 (38.28% from 255 or 24.94% from 389); Green value is 133 (52.34% from 255 or 34.19% from 389); Blue value is 159 (62.5% from 255 or 40.87% from 389); Max value from RGB is 159 - color contains mainly: blue. Hex color #61859F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61859F is #9E7A60. Grayscale: #7D7D7D. Windows color (decimal): -10386017 or 10454369. OLE color: 10454369.

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

Color convert

RGB97133159-
CMYK0.390.1600.38
HSL205.16º24.41%50.2%-
HSV(B)205.16º38.99%62.35%-
XYZ19.5821.8235.98-
YUV125.2147.07107.89-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.94%
GREEN value IS 133 (52.34% from 255) = 34.19%
BLUE value IS 159 (62.5% from 255) = 40.87%
R=24.94%
G=34.19%
B=40.87%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal971331590.390.1600.38205.1624.4150.2
Hex61859F2710026cd1832
Octal14120523747200463153062
Binary110000110000101100111111001111000001001101100110111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61859F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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