#6082AF

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

Shades of Air Force Blue #6082AF

Tints of Air Force Blue #6082AF

Color information

#6082AF (or 0x6082AF) is unknown color: approx Air Force Blue. HEX triplet: 60, 82 and AF. RGB value is (96,130,175). Sum of RGB (Red+Green+Blue) = 96+130+175=401 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.94% from 401); Green value is 130 (51.17% from 255 or 32.42% from 401); Blue value is 175 (68.75% from 255 or 43.64% from 401); Max value from RGB is 175 - color contains mainly: blue. Hex color #6082AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6082AF is #9F7D50. Grayscale: #7C7C7C. Windows color (decimal): -10452305 or 11502176. OLE color: 11502176.

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

Color convert

RGB96130175-
CMYK0.450.2600.31
HSL214.18º33.05%53.14%-
HSV(B)214.18º45.14%68.63%-
XYZ20.5421.5543.63-
YUV124.96156.24107.34-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 23.94%
GREEN value IS 130 (51.17% from 255) = 32.42%
BLUE value IS 175 (68.75% from 255) = 43.64%
R=23.94%
G=32.42%
B=43.64%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal961301750.450.2600.31214.1833.0553.14
Hex6082AF2D1A01Fd62135
Octal14020225755320373264165
Binary110000010000010101011111011011101001111111010110100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6082AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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