#6192AF

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

Shades of Air Force Blue #6192AF

Tints of Air Force Blue #6192AF

Color information

#6192AF (or 0x6192AF) is unknown color: approx Air Force Blue. HEX triplet: 61, 92 and AF. RGB value is (97,146,175). Sum of RGB (Red+Green+Blue) = 97+146+175=418 (55% of max value = 765). Red value is 97 (38.28% from 255 or 23.21% from 418); Green value is 146 (57.42% from 255 or 34.93% from 418); Blue value is 175 (68.75% from 255 or 41.87% from 418); Max value from RGB is 175 - color contains mainly: blue. Hex color #6192AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6192AF is #9E6D50. Grayscale: #868686. Windows color (decimal): -10382673 or 11506273. OLE color: 11506273.

HSL color Cylindrical-coordinate representation of color #6192AF: hue angle of 202.31º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6192AF is Cyan = 0.45, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB97146175-
CMYK0.450.1700.31
HSL202.31º32.77%53.33%-
HSV(B)202.31º44.57%68.63%-
XYZ22.9526.1944.4-
YUV134.66150.77101.14-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 23.21%
GREEN value IS 146 (57.42% from 255) = 34.93%
BLUE value IS 175 (68.75% from 255) = 41.87%
R=23.21%
G=34.93%
B=41.87%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal971461750.450.1700.31202.3132.7753.33
Hex6192AF2D1101Fca2135
Octal14122225755210373124165
Binary110000110010010101011111011011000101111111001010100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6192AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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