#6683AB

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

Shades of Air Force Blue #6683AB

Tints of Air Force Blue #6683AB

Color information

#6683AB (or 0x6683AB) is unknown color: approx Air Force Blue. HEX triplet: 66, 83 and AB. RGB value is (102,131,171). Sum of RGB (Red+Green+Blue) = 102+131+171=404 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.25% from 404); Green value is 131 (51.56% from 255 or 32.43% from 404); Blue value is 171 (67.19% from 255 or 42.33% from 404); Max value from RGB is 171 - color contains mainly: blue. Hex color #6683AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6683AB is #997C54. Grayscale: #7E7E7E. Windows color (decimal): -10058837 or 11240294. OLE color: 11240294.

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

Color convert

RGB102131171-
CMYK0.400.2300.33
HSL214.78º29.11%53.53%-
HSV(B)214.78º40.35%67.06%-
XYZ20.952241.67-
YUV126.89152.89110.25-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.25%
GREEN value IS 131 (51.56% from 255) = 32.43%
BLUE value IS 171 (67.19% from 255) = 42.33%
R=25.25%
G=32.43%
B=42.33%

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
Decimal1021311710.400.2300.33214.7829.1153.53
Hex6683AB2817021d71d36
Octal14620325350270413273566
Binary110011010000011101010111010001011101000011101011111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6683AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6683AB; }

 p { color: rgb(102,131,171); }

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

<style>
 a { background-color: #6683AB; }

 a { background-color: rgb(102,131,171); }

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

<style>
 span { border-color: #6683AB; }

 span { border-color: rgb(102,131,171); }

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