Html Css Color HEX #6681AA Air Force Blue

📋 copy color: '#6681AA'

red 102 ◦ green 129 ◦ blue 170

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

Shades of Air Force Blue #6681AA

Tints of Air Force Blue #6681AA

RGB

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

 GREEN value IS 129 (50.78% from 255) = 32.17%

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

R = 25.44%
G = 32.17%
B = 42.39%

CMYK

 C value IS 0.4

 M value IS 0.24

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6681AA (or 0x6681AA) is known color: Air Force Blue. HEX triplet: 66, 81 and AA. RGB value is (102,129,170). Sum of RGB (Red+Green+Blue) = 102+129+170=401 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.44% from 401); Green value is 129 (50.78% from 255 or 32.17% from 401); Blue value is 170 (66.80% from 255 or 42.39% from 401); Max value from RGB is 170 - color contains mainly: blue. Hex color #6681AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6681AA is #997E55. Grayscale: #7D7D7D. Windows color (decimal): -10059350 or 11174246. OLE color: 11174246.

HSL color Cylindrical-coordinate representation of color #6681AA: hue angle of 216.18º 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 #6681AA is Cyan = 0.4, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 102 129 170 -
CMYK 0.4 0.24 0 0.33
HSL 216.18º 0.29% 0.53% -
HSV(B) 216.18º 0.4% 0.67% -
XYZ 20.59 21.43 41.08 -
YUV 125.6 153.05 111.17 -
System Red Green Blue C M Y K H S L
Decimal 102 129 170 0.4 0.24 0 0.33 216.18 0.29 0.53
Hex 66 81 AA 28 18 0 21 D8 1D 35
Octal 146 201 252 50 30 0 41 330 35 65
Binary 1100110 10000001 10101010 101000 11000 0 100001 11011000 11101 110101

Color Harmonies of #6681AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6681AA

Black with #6681AA

Text Example


Text Example

White with #6681AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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