#6585AA

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

Shades of Air Force Blue #6585AA

Tints of Air Force Blue #6585AA

Color information

#6585AA (or 0x6585AA) is unknown color: approx Air Force Blue. HEX triplet: 65, 85 and AA. RGB value is (101,133,170). Sum of RGB (Red+Green+Blue) = 101+133+170=404 (53% of max value = 765). Red value is 101 (39.84% from 255 or 25% from 404); Green value is 133 (52.34% from 255 or 32.92% from 404); Blue value is 170 (66.80% from 255 or 42.08% from 404); Max value from RGB is 170 - color contains mainly: blue. Hex color #6585AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6585AA is #9A7A55. Grayscale: #7F7F7F. Windows color (decimal): -10123862 or 11175269. OLE color: 11175269.

HSL color Cylindrical-coordinate representation of color #6585AA: hue angle of 212.17º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6585AA is Cyan = 0.41, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB101133170-
CMYK0.410.2200.33
HSL212.17º28.87%53.14%-
HSV(B)212.17º40.59%66.67%-
XYZ21.0122.4441.25-
YUV127.65151.9108.99-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25%
GREEN value IS 133 (52.34% from 255) = 32.92%
BLUE value IS 170 (66.80% from 255) = 42.08%
R=25%
G=32.92%
B=42.08%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1011331700.410.2200.33212.1728.8753.14
Hex6585AA2916021d41d35
Octal14520525251260413243565
Binary110010110000101101010101010011011001000011101010011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6585AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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