#61839E

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

Shades of Air Force Blue #61839E

Tints of Air Force Blue #61839E

Color information

#61839E (or 0x61839E) is unknown color: approx Air Force Blue. HEX triplet: 61, 83 and 9E. RGB value is (97,131,158). Sum of RGB (Red+Green+Blue) = 97+131+158=386 (51% of max value = 765). Red value is 97 (38.28% from 255 or 25.13% from 386); Green value is 131 (51.56% from 255 or 33.94% from 386); Blue value is 158 (62.11% from 255 or 40.93% from 386); Max value from RGB is 158 - color contains mainly: blue. Hex color #61839E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61839E is #9E7C61. Grayscale: #7B7B7B. Windows color (decimal): -10386530 or 10388321. OLE color: 10388321.

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

Color convert

RGB97131158-
CMYK0.390.1700.38
HSL206.56º23.92%50%-
HSV(B)206.56º38.61%61.96%-
XYZ19.2221.2435.44-
YUV123.91147.24108.8-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.13%
GREEN value IS 131 (51.56% from 255) = 33.94%
BLUE value IS 158 (62.11% from 255) = 40.93%
R=25.13%
G=33.94%
B=40.93%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal971311580.390.1700.38206.5623.9250
Hex61839E2711026cf1832
Octal14120323647210463173062
Binary110000110000011100111101001111000101001101100111111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61839E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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