#6585AE

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

Shades of Air Force Blue #6585AE

Tints of Air Force Blue #6585AE

Color information

#6585AE (or 0x6585AE) is unknown color: approx Air Force Blue. HEX triplet: 65, 85 and AE. RGB value is (101,133,174). Sum of RGB (Red+Green+Blue) = 101+133+174=408 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.75% from 408); Green value is 133 (52.34% from 255 or 32.60% from 408); Blue value is 174 (68.36% from 255 or 42.65% from 408); Max value from RGB is 174 - color contains mainly: blue. Hex color #6585AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6585AE is #9A7A51. Grayscale: #7F7F7F. Windows color (decimal): -10123858 or 11437413. OLE color: 11437413.

HSL color Cylindrical-coordinate representation of color #6585AE: hue angle of 213.7º 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 #6585AE is Cyan = 0.42, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB101133174-
CMYK0.420.2400.32
HSL213.7º31.06%53.92%-
HSV(B)213.7º41.95%68.24%-
XYZ21.3922.643.28-
YUV128.11153.9108.67-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 24.75%
GREEN value IS 133 (52.34% from 255) = 32.60%
BLUE value IS 174 (68.36% from 255) = 42.65%
R=24.75%
G=32.60%
B=42.65%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1011331740.420.2400.32213.731.0653.92
Hex6585AE2A18020d61f36
Octal14520525652300403263766
Binary110010110000101101011101010101100001000001101011011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6585AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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