#6192AB

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

Shades of Air Force Blue #6192AB

Tints of Air Force Blue #6192AB

Color information

#6192AB (or 0x6192AB) is unknown color: approx Air Force Blue. HEX triplet: 61, 92 and AB. RGB value is (97,146,171). Sum of RGB (Red+Green+Blue) = 97+146+171=414 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.43% from 414); Green value is 146 (57.42% from 255 or 35.27% 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 #6192AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6192AB is #9E6D54. Grayscale: #868686. Windows color (decimal): -10382677 or 11244129. OLE color: 11244129.

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

Color convert

RGB97146171-
CMYK0.430.1500.33
HSL200.27º30.58%52.55%-
HSV(B)200.27º43.27%67.06%-
XYZ22.5626.0442.37-
YUV134.2148.77101.47-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 23.43%
GREEN value IS 146 (57.42% from 255) = 35.27%
BLUE value IS 171 (67.19% from 255) = 41.30%
R=23.43%
G=35.27%
B=41.30%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal971461710.430.1500.33200.2730.5852.55
Hex6192AB2BF021c81f35
Octal14122225353170413103765
Binary11000011001001010101011101011111101000011100100011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6192AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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