#6192AA

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

Shades of Air Force Blue #6192AA

Tints of Air Force Blue #6192AA

Color information

#6192AA (or 0x6192AA) is unknown color: approx Air Force Blue. HEX triplet: 61, 92 and AA. RGB value is (97,146,170). Sum of RGB (Red+Green+Blue) = 97+146+170=413 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.49% from 413); Green value is 146 (57.42% from 255 or 35.35% from 413); Blue value is 170 (66.80% from 255 or 41.16% from 413); Max value from RGB is 170 - color contains mainly: blue. Hex color #6192AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6192AA is #9E6D55. Grayscale: #858585. Windows color (decimal): -10382678 or 11178593. OLE color: 11178593.

HSL color Cylindrical-coordinate representation of color #6192AA: hue angle of 199.73º 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 #6192AA is Cyan = 0.43, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB97146170-
CMYK0.430.1400.33
HSL199.73º30.04%52.35%-
HSV(B)199.73º42.94%66.67%-
XYZ22.462641.86-
YUV134.08148.27101.55-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 23.49%
GREEN value IS 146 (57.42% from 255) = 35.35%
BLUE value IS 170 (66.80% from 255) = 41.16%
R=23.49%
G=35.35%
B=41.16%

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
Decimal971461700.430.1400.33199.7330.0452.35
Hex6192AA2BE021c81e34
Octal14122225253160413103664
Binary11000011001001010101010101011111001000011100100011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6192AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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