#6785AF

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

Shades of Air Force Blue #6785AF

Tints of Air Force Blue #6785AF

Color information

#6785AF (or 0x6785AF) is unknown color: approx Air Force Blue. HEX triplet: 67, 85 and AF. RGB value is (103,133,175). Sum of RGB (Red+Green+Blue) = 103+133+175=411 (54% of max value = 765). Red value is 103 (40.62% from 255 or 25.06% from 411); Green value is 133 (52.34% from 255 or 32.36% from 411); Blue value is 175 (68.75% from 255 or 42.58% from 411); Max value from RGB is 175 - color contains mainly: blue. Hex color #6785AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6785AF is #987A50. Grayscale: #808080. Windows color (decimal): -9992785 or 11502951. OLE color: 11502951.

HSL color Cylindrical-coordinate representation of color #6785AF: hue angle of 215º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6785AF is Cyan = 0.41, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB103133175-
CMYK0.410.2400.31
HSL215º31.03%54.51%-
HSV(B)215º41.14%68.63%-
XYZ21.7222.7543.8-
YUV128.82154.06109.58-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 25.06%
GREEN value IS 133 (52.34% from 255) = 32.36%
BLUE value IS 175 (68.75% from 255) = 42.58%
R=25.06%
G=32.36%
B=42.58%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1031331750.410.2400.3121531.0354.51
Hex6785AF291801Fd71f37
Octal14720525751300373273767
Binary11001111000010110101111101001110000111111101011111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6785AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,133,175); }

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

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

 a { background-color: rgb(103,133,175); }

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

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

 span { border-color: rgb(103,133,175); }

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