#6091A4

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

Shades of Air Force Blue #6091A4

Tints of Air Force Blue #6091A4

Color information

#6091A4 (or 0x6091A4) is unknown color: approx Air Force Blue. HEX triplet: 60, 91 and A4. RGB value is (96,145,164). Sum of RGB (Red+Green+Blue) = 96+145+164=405 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.70% from 405); Green value is 145 (57.03% from 255 or 35.80% from 405); Blue value is 164 (64.45% from 255 or 40.49% from 405); Max value from RGB is 164 - color contains mainly: blue. Hex color #6091A4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6091A4 is #9F6E5B. Grayscale: #848484. Windows color (decimal): -10448476 or 10785120. OLE color: 10785120.

HSL color Cylindrical-coordinate representation of color #6091A4: hue angle of 196.76º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6091A4 is Cyan = 0.41, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB96145164-
CMYK0.410.1200.36
HSL196.76º27.2%50.98%-
HSV(B)196.76º41.46%64.31%-
XYZ21.6525.4238.89-
YUV132.51145.77101.96-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 23.70%
GREEN value IS 145 (57.03% from 255) = 35.80%
BLUE value IS 164 (64.45% from 255) = 40.49%
R=23.70%
G=35.80%
B=40.49%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal961451640.410.1200.36196.7627.250.98
Hex6091A429C024c51b33
Octal14022124451140443053363
Binary11000001001000110100100101001110001001001100010111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6091A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6091A4; }

 p { color: rgb(96,145,164); }

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

<style>
 a { background-color: #6091A4; }

 a { background-color: rgb(96,145,164); }

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

<style>
 span { border-color: #6091A4; }

 span { border-color: rgb(96,145,164); }

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