#6193AB

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

Shades of Air Force Blue #6193AB

Tints of Air Force Blue #6193AB

Color information

#6193AB (or 0x6193AB) is unknown color: approx Air Force Blue. HEX triplet: 61, 93 and AB. RGB value is (97,147,171). Sum of RGB (Red+Green+Blue) = 97+147+171=415 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.37% from 415); Green value is 147 (57.81% from 255 or 35.42% from 415); Blue value is 171 (67.19% from 255 or 41.20% from 415); Max value from RGB is 171 - color contains mainly: blue. Hex color #6193AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6193AB is #9E6C54. Grayscale: #868686. Windows color (decimal): -10382421 or 11244385. OLE color: 11244385.

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

Color convert

RGB97147171-
CMYK0.430.1400.33
HSL199.46º30.58%52.55%-
HSV(B)199.46º43.27%67.06%-
XYZ22.7126.3542.42-
YUV134.79148.44101.05-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 23.37%
GREEN value IS 147 (57.81% from 255) = 35.42%
BLUE value IS 171 (67.19% from 255) = 41.20%
R=23.37%
G=35.42%
B=41.20%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal971471710.430.1400.33199.4630.5852.55
Hex6193AB2BE021c71f35
Octal14122325353160413073765
Binary11000011001001110101011101011111001000011100011111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6193AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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