#6085AD

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

Shades of Air Force Blue #6085AD

Tints of Air Force Blue #6085AD

Color information

#6085AD (or 0x6085AD) is unknown color: approx Air Force Blue. HEX triplet: 60, 85 and AD. RGB value is (96,133,173). Sum of RGB (Red+Green+Blue) = 96+133+173=402 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.88% from 402); Green value is 133 (52.34% from 255 or 33.08% from 402); Blue value is 173 (67.97% from 255 or 43.03% from 402); Max value from RGB is 173 - color contains mainly: blue. Hex color #6085AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6085AD is #9F7A52. Grayscale: #7E7E7E. Windows color (decimal): -10451539 or 11371872. OLE color: 11371872.

HSL color Cylindrical-coordinate representation of color #6085AD: hue angle of 211.17º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6085AD is Cyan = 0.45, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB96133173-
CMYK0.450.2300.32
HSL211.17º31.95%52.75%-
HSV(B)211.17º44.51%67.84%-
XYZ20.7522.2842.74-
YUV126.5154.24106.25-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 23.88%
GREEN value IS 133 (52.34% from 255) = 33.08%
BLUE value IS 173 (67.97% from 255) = 43.03%
R=23.88%
G=33.08%
B=43.03%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal961331730.450.2300.32211.1731.9552.75
Hex6085AD2D17020d32035
Octal14020525555270403234065
Binary1100000100001011010110110110110111010000011010011100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6085AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6085AD; }

 p { color: rgb(96,133,173); }

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

<style>
 a { background-color: #6085AD; }

 a { background-color: rgb(96,133,173); }

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

<style>
 span { border-color: #6085AD; }

 span { border-color: rgb(96,133,173); }

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