#6885AD

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

Shades of Air Force Blue #6885AD

Tints of Air Force Blue #6885AD

Color information

#6885AD (or 0x6885AD) is unknown color: approx Air Force Blue. HEX triplet: 68, 85 and AD. RGB value is (104,133,173). Sum of RGB (Red+Green+Blue) = 104+133+173=410 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.37% from 410); Green value is 133 (52.34% from 255 or 32.44% from 410); Blue value is 173 (67.97% from 255 or 42.20% from 410); Max value from RGB is 173 - color contains mainly: blue. Hex color #6885AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6885AD is #977A52. Grayscale: #808080. Windows color (decimal): -9927251 or 11371880. OLE color: 11371880.

HSL color Cylindrical-coordinate representation of color #6885AD: hue angle of 214.78º 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 #6885AD is Cyan = 0.40, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB104133173-
CMYK0.400.2300.32
HSL214.78º29.61%54.31%-
HSV(B)214.78º39.88%67.84%-
XYZ21.6422.7442.78-
YUV128.89152.89110.25-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 25.37%
GREEN value IS 133 (52.34% from 255) = 32.44%
BLUE value IS 173 (67.97% from 255) = 42.20%
R=25.37%
G=32.44%
B=42.20%

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
Decimal1041331730.400.2300.32214.7829.6154.31
Hex6885AD2817020d71e36
Octal15020525550270403273666
Binary110100010000101101011011010001011101000001101011111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6885AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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