#6A88AB

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

Shades of Air Force Blue #6A88AB

Tints of Air Force Blue #6A88AB

Color information

#6A88AB (or 0x6A88AB) is unknown color: approx Air Force Blue. HEX triplet: 6A, 88 and AB. RGB value is (106,136,171). Sum of RGB (Red+Green+Blue) = 106+136+171=413 (54% of max value = 765). Red value is 106 (41.80% from 255 or 25.67% from 413); Green value is 136 (53.52% from 255 or 32.93% from 413); Blue value is 171 (67.19% from 255 or 41.40% from 413); Max value from RGB is 171 - color contains mainly: blue. Hex color #6A88AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A88AB is #957754. Grayscale: #828282. Windows color (decimal): -9795413 or 11241578. OLE color: 11241578.

HSL color Cylindrical-coordinate representation of color #6A88AB: hue angle of 212.31º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6A88AB is Cyan = 0.38, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB106136171-
CMYK0.380.2000.33
HSL212.31º27.9%54.31%-
HSV(B)212.31º38.01%67.06%-
XYZ22.123.6141.92-
YUV131.02150.56110.15-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 25.67%
GREEN value IS 136 (53.52% from 255) = 32.93%
BLUE value IS 171 (67.19% from 255) = 41.40%
R=25.67%
G=32.93%
B=41.40%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1061361710.380.2000.33212.3127.954.31
Hex6A88AB2614021d41c36
Octal15221025346240413243466
Binary110101010001000101010111001101010001000011101010011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A88AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6A88AB; }

 p { color: rgb(106,136,171); }

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

<style>
 a { background-color: #6A88AB; }

 a { background-color: rgb(106,136,171); }

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

<style>
 span { border-color: #6A88AB; }

 span { border-color: rgb(106,136,171); }

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