#6888AF

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

Shades of Air Force Blue #6888AF

Tints of Air Force Blue #6888AF

Color information

#6888AF (or 0x6888AF) is unknown color: approx Air Force Blue. HEX triplet: 68, 88 and AF. RGB value is (104,136,175). Sum of RGB (Red+Green+Blue) = 104+136+175=415 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.06% from 415); Green value is 136 (53.52% from 255 or 32.77% from 415); Blue value is 175 (68.75% from 255 or 42.17% from 415); Max value from RGB is 175 - color contains mainly: blue. Hex color #6888AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6888AF is #977750. Grayscale: #828282. Windows color (decimal): -9926481 or 11503720. OLE color: 11503720.

HSL color Cylindrical-coordinate representation of color #6888AF: hue angle of 212.96º 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 #6888AF is Cyan = 0.41, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB104136175-
CMYK0.410.2200.31
HSL212.96º30.74%54.71%-
HSV(B)212.96º40.57%68.63%-
XYZ22.2523.6543.95-
YUV130.88152.9108.83-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 25.06%
GREEN value IS 136 (53.52% from 255) = 32.77%
BLUE value IS 175 (68.75% from 255) = 42.17%
R=25.06%
G=32.77%
B=42.17%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1041361750.410.2200.31212.9630.7454.71
Hex6888AF291601Fd51f37
Octal15021025751260373253767
Binary11010001000100010101111101001101100111111101010111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6888AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,136,175); }

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

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

 a { background-color: rgb(104,136,175); }

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

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

 span { border-color: rgb(104,136,175); }

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