Html Css Color HEX #6691AE Air Force Blue

📋 copy color: '#6691AE'

red 102 ◦ green 145 ◦ blue 174

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

Shades of Air Force Blue #6691AE

Tints of Air Force Blue #6691AE

RGB

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

 GREEN value IS 145 (57.03% from 255) = 34.44%

 BLUE value IS 174 (68.36% from 255) = 41.33%

R = 24.23%
G = 34.44%
B = 41.33%

CMYK

 C value IS 0.41

 M value IS 0.17

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6691AE (or 0x6691AE) is known color: Air Force Blue. HEX triplet: 66, 91 and AE. RGB value is (102,145,174). Sum of RGB (Red+Green+Blue) = 102+145+174=421 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.23% from 421); Green value is 145 (57.03% from 255 or 34.44% from 421); Blue value is 174 (68.36% from 255 or 41.33% from 421); Max value from RGB is 174 - color contains mainly: blue. Hex color #6691AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6691AE is #996E51. Grayscale: #878787. Windows color (decimal): -10055250 or 11440486. OLE color: 11440486.

HSL color Cylindrical-coordinate representation of color #6691AE: hue angle of 204.17º degrees, saturation: 0.31, 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 #6691AE is Cyan = 0.41, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 102 145 174 -
CMYK 0.41 0.17 0 0.32
HSL 204.17º 0.31% 0.54% -
HSV(B) 204.17º 0.41% 0.68% -
XYZ 23.24 26.13 43.86 -
YUV 135.45 149.75 104.14 -
System Red Green Blue C M Y K H S L
Decimal 102 145 174 0.41 0.17 0 0.32 204.17 0.31 0.54
Hex 66 91 AE 29 11 0 20 CC 1F 36
Octal 146 221 256 51 21 0 40 314 37 66
Binary 1100110 10010001 10101110 101001 10001 0 100000 11001100 11111 110110

Color Harmonies of #6691AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6691AE

Black with #6691AE

Text Example


Text Example

White with #6691AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6691AE; }

 p { color: rgb(102,145,174); }

 H1.HeaderClassName
 {
   color: #6691AE;
 }
 .AnyTagClassName
 {
   color: #6691AE;
 }
</style>

background-color css

<style>
 a { background-color: #6691AE; }

 a { background-color: rgb(102,145,174); }

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

border-color css

<style>
 span { border-color: #6691AE; }

 span { border-color: rgb(102,145,174); }

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