#61869D

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

Shades of Air Force Blue #61869D

Tints of Air Force Blue #61869D

Color information

#61869D (or 0x61869D) is unknown color: approx Air Force Blue. HEX triplet: 61, 86 and 9D. RGB value is (97,134,157). Sum of RGB (Red+Green+Blue) = 97+134+157=388 (51% of max value = 765). Red value is 97 (38.28% from 255 or 25% from 388); Green value is 134 (52.73% from 255 or 34.54% from 388); Blue value is 157 (61.72% from 255 or 40.46% from 388); Max value from RGB is 157 - color contains mainly: blue. Hex color #61869D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61869D is #9E7962. Grayscale: #7D7D7D. Windows color (decimal): -10385763 or 10323553. OLE color: 10323553.

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

Color convert

RGB97134157-
CMYK0.380.1500.38
HSL203º23.62%49.8%-
HSV(B)203º38.22%61.57%-
XYZ19.5422.0335.12-
YUV125.56145.74107.63-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25%
GREEN value IS 134 (52.73% from 255) = 34.54%
BLUE value IS 157 (61.72% from 255) = 40.46%
R=25%
G=34.54%
B=40.46%

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
Decimal971341570.380.1500.3820323.6249.8
Hex61869D26F026cb1832
Octal14120623546170463133062
Binary11000011000011010011101100110111101001101100101111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61869D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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