#6585AD

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

Shades of Air Force Blue #6585AD

Tints of Air Force Blue #6585AD

Color information

#6585AD (or 0x6585AD) is unknown color: approx Air Force Blue. HEX triplet: 65, 85 and AD. RGB value is (101,133,173). Sum of RGB (Red+Green+Blue) = 101+133+173=407 (53% of max value = 765). Red value is 101 (39.84% from 255 or 24.82% from 407); Green value is 133 (52.34% from 255 or 32.68% from 407); Blue value is 173 (67.97% from 255 or 42.51% from 407); Max value from RGB is 173 - color contains mainly: blue. Hex color #6585AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6585AD is #9A7A52. Grayscale: #7F7F7F. Windows color (decimal): -10123859 or 11371877. OLE color: 11371877.

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

Color convert

RGB101133173-
CMYK0.420.2300.32
HSL213.33º30.51%53.73%-
HSV(B)213.33º41.62%67.84%-
XYZ21.322.5642.77-
YUV127.99153.4108.75-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 24.82%
GREEN value IS 133 (52.34% from 255) = 32.68%
BLUE value IS 173 (67.97% from 255) = 42.51%
R=24.82%
G=32.68%
B=42.51%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1011331730.420.2300.32213.3330.5153.73
Hex6585AD2A17020d51f36
Octal14520525552270403253766
Binary110010110000101101011011010101011101000001101010111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6585AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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