#6785AD

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

Shades of Air Force Blue #6785AD

Tints of Air Force Blue #6785AD

Color information

#6785AD (or 0x6785AD) is unknown color: approx Air Force Blue. HEX triplet: 67, 85 and AD. RGB value is (103,133,173). Sum of RGB (Red+Green+Blue) = 103+133+173=409 (54% of max value = 765). Red value is 103 (40.62% from 255 or 25.18% from 409); Green value is 133 (52.34% from 255 or 32.52% from 409); Blue value is 173 (67.97% from 255 or 42.30% from 409); Max value from RGB is 173 - color contains mainly: blue. Hex color #6785AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6785AD is #987A52. Grayscale: #808080. Windows color (decimal): -9992787 or 11371879. OLE color: 11371879.

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

Color convert

RGB103133173-
CMYK0.400.2300.32
HSL214.29º29.91%54.12%-
HSV(B)214.29º40.46%67.84%-
XYZ21.5222.6842.78-
YUV128.59153.06109.75-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 25.18%
GREEN value IS 133 (52.34% from 255) = 32.52%
BLUE value IS 173 (67.97% from 255) = 42.30%
R=25.18%
G=32.52%
B=42.30%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1031331730.400.2300.32214.2929.9154.12
Hex6785AD2817020d61e36
Octal14720525550270403263666
Binary110011110000101101011011010001011101000001101011011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6785AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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