#6184AF

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

Shades of Air Force Blue #6184AF

Tints of Air Force Blue #6184AF

Color information

#6184AF (or 0x6184AF) is unknown color: approx Air Force Blue. HEX triplet: 61, 84 and AF. RGB value is (97,132,175). Sum of RGB (Red+Green+Blue) = 97+132+175=404 (53% of max value = 765). Red value is 97 (38.28% from 255 or 24.01% from 404); Green value is 132 (51.95% from 255 or 32.67% from 404); Blue value is 175 (68.75% from 255 or 43.32% from 404); Max value from RGB is 175 - color contains mainly: blue. Hex color #6184AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6184AF is #9E7B50. Grayscale: #7E7E7E. Windows color (decimal): -10386257 or 11502689. OLE color: 11502689.

HSL color Cylindrical-coordinate representation of color #6184AF: hue angle of 213.08º 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 #6184AF is Cyan = 0.45, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB97132175-
CMYK0.450.2500.31
HSL213.08º32.77%53.33%-
HSV(B)213.08º44.57%68.63%-
XYZ20.9222.1443.73-
YUV126.44155.4107-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.01%
GREEN value IS 132 (51.95% from 255) = 32.67%
BLUE value IS 175 (68.75% from 255) = 43.32%
R=24.01%
G=32.67%
B=43.32%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal971321750.450.2500.31213.0832.7753.33
Hex6184AF2D1901Fd52135
Octal14120425755310373254165
Binary110000110000100101011111011011100101111111010101100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6184AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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