#6084AF

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

Shades of Air Force Blue #6084AF

Tints of Air Force Blue #6084AF

Color information

#6084AF (or 0x6084AF) is unknown color: approx Air Force Blue. HEX triplet: 60, 84 and AF. RGB value is (96,132,175). Sum of RGB (Red+Green+Blue) = 96+132+175=403 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.82% from 403); Green value is 132 (51.95% from 255 or 32.75% from 403); Blue value is 175 (68.75% from 255 or 43.42% from 403); Max value from RGB is 175 - color contains mainly: blue. Hex color #6084AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6084AF is #9F7B50. Grayscale: #7D7D7D. Windows color (decimal): -10451793 or 11502688. OLE color: 11502688.

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

Color convert

RGB96132175-
CMYK0.450.2500.31
HSL212.66º33.05%53.14%-
HSV(B)212.66º45.14%68.63%-
XYZ20.8122.0843.72-
YUV126.14155.57106.5-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 23.82%
GREEN value IS 132 (51.95% from 255) = 32.75%
BLUE value IS 175 (68.75% from 255) = 43.42%
R=23.82%
G=32.75%
B=43.42%

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
Decimal961321750.450.2500.31212.6633.0553.14
Hex6084AF2D1901Fd52135
Octal14020425755310373254165
Binary110000010000100101011111011011100101111111010101100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6084AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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