#6086AF

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

Shades of Air Force Blue #6086AF

Tints of Air Force Blue #6086AF

Color information

#6086AF (or 0x6086AF) is unknown color: approx Air Force Blue. HEX triplet: 60, 86 and AF. RGB value is (96,134,175). Sum of RGB (Red+Green+Blue) = 96+134+175=405 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.70% from 405); Green value is 134 (52.73% from 255 or 33.09% from 405); Blue value is 175 (68.75% from 255 or 43.21% from 405); Max value from RGB is 175 - color contains mainly: blue. Hex color #6086AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6086AF is #9F7950. Grayscale: #7F7F7F. Windows color (decimal): -10451281 or 11503200. OLE color: 11503200.

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

Color convert

RGB96134175-
CMYK0.450.2300.31
HSL211.14º33.05%53.14%-
HSV(B)211.14º45.14%68.63%-
XYZ21.0922.6343.81-
YUV127.31154.91105.67-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 23.70%
GREEN value IS 134 (52.73% from 255) = 33.09%
BLUE value IS 175 (68.75% from 255) = 43.21%
R=23.70%
G=33.09%
B=43.21%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal961341750.450.2300.31211.1433.0553.14
Hex6086AF2D1701Fd32135
Octal14020625755270373234165
Binary110000010000110101011111011011011101111111010011100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6086AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,134,175); }

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

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

 a { background-color: rgb(96,134,175); }

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

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

 span { border-color: rgb(96,134,175); }

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