#61809B

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

Shades of Air Force Blue #61809B

Tints of Air Force Blue #61809B

Color information

#61809B (or 0x61809B) is unknown color: approx Air Force Blue. HEX triplet: 61, 80 and 9B. RGB value is (97,128,155). Sum of RGB (Red+Green+Blue) = 97+128+155=380 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.53% from 380); Green value is 128 (50.39% from 255 or 33.68% from 380); Blue value is 155 (60.94% from 255 or 40.79% from 380); Max value from RGB is 155 - color contains mainly: blue. Hex color #61809B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61809B is #9E7F64. Grayscale: #797979. Windows color (decimal): -10387301 or 10190945. OLE color: 10190945.

HSL color Cylindrical-coordinate representation of color #61809B: hue angle of 207.93º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #61809B is Cyan = 0.37, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB97128155-
CMYK0.370.1700.39
HSL207.93º23.02%49.41%-
HSV(B)207.93º37.42%60.78%-
XYZ18.5720.3533.96-
YUV121.81146.73110.3-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.53%
GREEN value IS 128 (50.39% from 255) = 33.68%
BLUE value IS 155 (60.94% from 255) = 40.79%
R=25.53%
G=33.68%
B=40.79%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal971281550.370.1700.39207.9323.0249.41
Hex61809B2511027d01731
Octal14120023345210473202761
Binary110000110000000100110111001011000101001111101000010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61809B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61809B; }

 p { color: rgb(97,128,155); }

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

<style>
 a { background-color: #61809B; }

 a { background-color: rgb(97,128,155); }

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

<style>
 span { border-color: #61809B; }

 span { border-color: rgb(97,128,155); }

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