Html Css Color HEX #6690AA Air Force Blue

📋 copy color: '#6690AA'

red 102 ◦ green 144 ◦ blue 170

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

Shades of Air Force Blue #6690AA

Tints of Air Force Blue #6690AA

RGB

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

 GREEN value IS 144 (56.64% from 255) = 34.62%

 BLUE value IS 170 (66.8% from 255) = 40.87%

R = 24.52%
G = 34.62%
B = 40.87%

CMYK

 C value IS 0.4

 M value IS 0.15

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6690AA (or 0x6690AA) is known color: Air Force Blue. HEX triplet: 66, 90 and AA. RGB value is (102,144,170). Sum of RGB (Red+Green+Blue) = 102+144+170=416 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.52% from 416); Green value is 144 (56.64% from 255 or 34.62% from 416); Blue value is 170 (66.80% from 255 or 40.87% from 416); Max value from RGB is 170 - color contains mainly: blue. Hex color #6690AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6690AA is #996F55. Grayscale: #868686. Windows color (decimal): -10055510 or 11178086. OLE color: 11178086.

HSL color Cylindrical-coordinate representation of color #6690AA: hue angle of 202.94º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6690AA is Cyan = 0.4, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 102 144 170 -
CMYK 0.4 0.15 0 0.33
HSL 202.94º 0.29% 0.53% -
HSV(B) 202.94º 0.4% 0.67% -
XYZ 22.71 25.67 41.79 -
YUV 134.41 148.09 104.89 -
System Red Green Blue C M Y K H S L
Decimal 102 144 170 0.4 0.15 0 0.33 202.94 0.29 0.53
Hex 66 90 AA 28 F 0 21 CB 1D 35
Octal 146 220 252 50 17 0 41 313 35 65
Binary 1100110 10010000 10101010 101000 1111 0 100001 11001011 11101 110101

Color Harmonies of #6690AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6690AA

Black with #6690AA

Text Example


Text Example

White with #6690AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6690AA; }

 p { color: rgb(102,144,170); }

 H1.HeaderClassName
 {
   color: #6690AA;
 }
 .AnyTagClassName
 {
   color: #6690AA;
 }
</style>

background-color css

<style>
 a { background-color: #6690AA; }

 a { background-color: rgb(102,144,170); }

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

border-color css

<style>
 span { border-color: #6690AA; }

 span { border-color: rgb(102,144,170); }

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