#61879F

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

Shades of Air Force Blue #61879F

Tints of Air Force Blue #61879F

Color information

#61879F (or 0x61879F) is unknown color: approx Air Force Blue. HEX triplet: 61, 87 and 9F. RGB value is (97,135,159). Sum of RGB (Red+Green+Blue) = 97+135+159=391 (51% of max value = 765). Red value is 97 (38.28% from 255 or 24.81% from 391); Green value is 135 (53.12% from 255 or 34.53% from 391); Blue value is 159 (62.5% from 255 or 40.66% from 391); Max value from RGB is 159 - color contains mainly: blue. Hex color #61879F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61879F is #9E7860. Grayscale: #7E7E7E. Windows color (decimal): -10385505 or 10454881. OLE color: 10454881.

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

Color convert

RGB97135159-
CMYK0.390.1500.38
HSL203.23º24.41%50.2%-
HSV(B)203.23º38.99%62.35%-
XYZ19.8522.3736.07-
YUV126.37146.41107.05-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.81%
GREEN value IS 135 (53.12% from 255) = 34.53%
BLUE value IS 159 (62.5% from 255) = 40.66%
R=24.81%
G=34.53%
B=40.66%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal971351590.390.1500.38203.2324.4150.2
Hex61879F27F026cb1832
Octal14120723747170463133062
Binary11000011000011110011111100111111101001101100101111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61879F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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