#6094A9

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

Shades of Air Force Blue #6094A9

Tints of Air Force Blue #6094A9

Color information

#6094A9 (or 0x6094A9) is unknown color: approx Air Force Blue. HEX triplet: 60, 94 and A9. RGB value is (96,148,169). Sum of RGB (Red+Green+Blue) = 96+148+169=413 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.24% from 413); Green value is 148 (58.20% from 255 or 35.84% from 413); Blue value is 169 (66.41% from 255 or 40.92% from 413); Max value from RGB is 169 - color contains mainly: blue. Hex color #6094A9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6094A9 is #9F6B56. Grayscale: #868686. Windows color (decimal): -10447703 or 11113568. OLE color: 11113568.

HSL color Cylindrical-coordinate representation of color #6094A9: hue angle of 197.26º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6094A9 is Cyan = 0.43, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB96148169-
CMYK0.430.1200.34
HSL197.26º29.8%51.96%-
HSV(B)197.26º43.2%66.27%-
XYZ22.5826.5341.47-
YUV134.85147.27100.29-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 23.24%
GREEN value IS 148 (58.20% from 255) = 35.84%
BLUE value IS 169 (66.41% from 255) = 40.92%
R=23.24%
G=35.84%
B=40.92%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal961481690.430.1200.34197.2629.851.96
Hex6094A92BC022c51e34
Octal14022425153140423053664
Binary11000001001010010101001101011110001000101100010111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6094A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6094A9; }

 p { color: rgb(96,148,169); }

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

<style>
 a { background-color: #6094A9; }

 a { background-color: rgb(96,148,169); }

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

<style>
 span { border-color: #6094A9; }

 span { border-color: rgb(96,148,169); }

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