#6885AC

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

Shades of Air Force Blue #6885AC

Tints of Air Force Blue #6885AC

Color information

#6885AC (or 0x6885AC) is unknown color: approx Air Force Blue. HEX triplet: 68, 85 and AC. RGB value is (104,133,172). Sum of RGB (Red+Green+Blue) = 104+133+172=409 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.43% from 409); Green value is 133 (52.34% from 255 or 32.52% from 409); Blue value is 172 (67.58% from 255 or 42.05% from 409); Max value from RGB is 172 - color contains mainly: blue. Hex color #6885AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6885AC is #977A53. Grayscale: #808080. Windows color (decimal): -9927252 or 11306344. OLE color: 11306344.

HSL color Cylindrical-coordinate representation of color #6885AC: hue angle of 214.41º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6885AC is Cyan = 0.40, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB104133172-
CMYK0.400.2300.33
HSL214.41º29.06%54.12%-
HSV(B)214.41º39.53%67.45%-
XYZ21.5422.742.28-
YUV128.78152.39110.33-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 25.43%
GREEN value IS 133 (52.34% from 255) = 32.52%
BLUE value IS 172 (67.58% from 255) = 42.05%
R=25.43%
G=32.52%
B=42.05%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1041331720.400.2300.33214.4129.0654.12
Hex6885AC2817021d61d36
Octal15020525450270413263566
Binary110100010000101101011001010001011101000011101011011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6885AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6885AC; }

 p { color: rgb(104,133,172); }

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

<style>
 a { background-color: #6885AC; }

 a { background-color: rgb(104,133,172); }

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

<style>
 span { border-color: #6885AC; }

 span { border-color: rgb(104,133,172); }

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