Html Css Color HEX #6684AD Air Force Blue

📋 copy color: '#6684AD'

red 102 ◦ green 132 ◦ blue 173

#6684AD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Air Force Blue #6684AD

Tints of Air Force Blue #6684AD

RGB

 RED value IS 102 (40.23% from 255) = 25.06%

 GREEN value IS 132 (51.95% from 255) = 32.43%

 BLUE value IS 173 (67.97% from 255) = 42.51%

R = 25.06%
G = 32.43%
B = 42.51%

CMYK

 C value IS 0.41

 M value IS 0.24

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6684AD (or 0x6684AD) is known color: Air Force Blue. HEX triplet: 66, 84 and AD. RGB value is (102,132,173). Sum of RGB (Red+Green+Blue) = 102+132+173=407 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.06% from 407); Green value is 132 (51.95% from 255 or 32.43% from 407); Blue value is 173 (67.97% from 255 or 42.51% from 407); Max value from RGB is 173 - color contains mainly: blue. Hex color #6684AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6684AD is #997B52. Grayscale: #7F7F7F. Windows color (decimal): -10058579 or 11371622. OLE color: 11371622.

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

Color convert

RGB 102 132 173 -
CMYK 0.41 0.24 0 0.32
HSL 214.65º 0.3% 0.54% -
HSV(B) 214.65º 0.41% 0.68% -
XYZ 21.27 22.34 42.73 -
YUV 127.7 153.56 109.67 -
System Red Green Blue C M Y K H S L
Decimal 102 132 173 0.41 0.24 0 0.32 214.65 0.3 0.54
Hex 66 84 AD 29 18 0 20 D7 1E 36
Octal 146 204 255 51 30 0 40 327 36 66
Binary 1100110 10000100 10101101 101001 11000 0 100000 11010111 11110 110110

Color Harmonies of #6684AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6684AD

Black with #6684AD

Text Example


Text Example

White with #6684AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6684AD;
 }
 .AnyTagClassName
 {
   color: #6684AD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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