#6093AB

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

Shades of Air Force Blue #6093AB

Tints of Air Force Blue #6093AB

Color information

#6093AB (or 0x6093AB) is unknown color: approx Air Force Blue. HEX triplet: 60, 93 and AB. RGB value is (96,147,171). Sum of RGB (Red+Green+Blue) = 96+147+171=414 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.19% from 414); Green value is 147 (57.81% from 255 or 35.51% from 414); Blue value is 171 (67.19% from 255 or 41.30% from 414); Max value from RGB is 171 - color contains mainly: blue. Hex color #6093AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6093AB is #9F6C54. Grayscale: #868686. Windows color (decimal): -10447957 or 11244384. OLE color: 11244384.

HSL color Cylindrical-coordinate representation of color #6093AB: hue angle of 199.2º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6093AB is Cyan = 0.44, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB96147171-
CMYK0.440.1400.33
HSL199.2º30.86%52.35%-
HSV(B)199.2º43.86%67.06%-
XYZ22.6126.2942.41-
YUV134.49148.6100.55-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 23.19%
GREEN value IS 147 (57.81% from 255) = 35.51%
BLUE value IS 171 (67.19% from 255) = 41.30%
R=23.19%
G=35.51%
B=41.30%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal961471710.440.1400.33199.230.8652.35
Hex6093AB2CE021c71f34
Octal14022325354160413073764
Binary11000001001001110101011101100111001000011100011111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6093AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6093AB; }

 p { color: rgb(96,147,171); }

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

<style>
 a { background-color: #6093AB; }

 a { background-color: rgb(96,147,171); }

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

<style>
 span { border-color: #6093AB; }

 span { border-color: rgb(96,147,171); }

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