#6193AA

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

Shades of Air Force Blue #6193AA

Tints of Air Force Blue #6193AA

Color information

#6193AA (or 0x6193AA) is unknown color: approx Air Force Blue. HEX triplet: 61, 93 and AA. RGB value is (97,147,170). Sum of RGB (Red+Green+Blue) = 97+147+170=414 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.43% from 414); Green value is 147 (57.81% from 255 or 35.51% from 414); Blue value is 170 (66.80% from 255 or 41.06% from 414); Max value from RGB is 170 - color contains mainly: blue. Hex color #6193AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6193AA is #9E6C55. Grayscale: #868686. Windows color (decimal): -10382422 or 11178849. OLE color: 11178849.

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

Color convert

RGB97147170-
CMYK0.430.1400.33
HSL198.9º30.04%52.35%-
HSV(B)198.9º42.94%66.67%-
XYZ22.6226.3141.92-
YUV134.67147.94101.13-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 23.43%
GREEN value IS 147 (57.81% from 255) = 35.51%
BLUE value IS 170 (66.80% from 255) = 41.06%
R=23.43%
G=35.51%
B=41.06%

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
Decimal971471700.430.1400.33198.930.0452.35
Hex6193AA2BE021c71e34
Octal14122325253160413073664
Binary11000011001001110101010101011111001000011100011111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6193AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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