#6693AD

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

Shades of Air Force Blue #6693AD

Tints of Air Force Blue #6693AD

Color information

#6693AD (or 0x6693AD) is unknown color: approx Air Force Blue. HEX triplet: 66, 93 and AD. RGB value is (102,147,173). Sum of RGB (Red+Green+Blue) = 102+147+173=422 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.17% from 422); Green value is 147 (57.81% from 255 or 34.83% from 422); Blue value is 173 (67.97% from 255 or 41.00% from 422); Max value from RGB is 173 - color contains mainly: blue. Hex color #6693AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6693AD is #996C52. Grayscale: #888888. Windows color (decimal): -10054739 or 11375462. OLE color: 11375462.

HSL color Cylindrical-coordinate representation of color #6693AD: hue angle of 201.97º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6693AD is Cyan = 0.41, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB102147173-
CMYK0.410.1500.32
HSL201.97º30.21%53.92%-
HSV(B)201.97º41.04%67.84%-
XYZ23.4626.7143.45-
YUV136.51148.59103.39-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.17%
GREEN value IS 147 (57.81% from 255) = 34.83%
BLUE value IS 173 (67.97% from 255) = 41.00%
R=24.17%
G=34.83%
B=41.00%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1021471730.410.1500.32201.9730.2153.92
Hex6693AD29F020ca1e36
Octal14622325551170403123666
Binary11001101001001110101101101001111101000001100101011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6693AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,147,173); }

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

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

 a { background-color: rgb(102,147,173); }

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

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

 span { border-color: rgb(102,147,173); }

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