Html Css Color HEX #6686AB Air Force Blue

📋 copy color: '#6686AB'

red 102 ◦ green 134 ◦ blue 171

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

Shades of Air Force Blue #6686AB

Tints of Air Force Blue #6686AB

RGB

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

 GREEN value IS 134 (52.73% from 255) = 32.92%

 BLUE value IS 171 (67.19% from 255) = 42.01%

R = 25.06%
G = 32.92%
B = 42.01%

CMYK

 C value IS 0.40

 M value IS 0.22

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6686AB (or 0x6686AB) is known color: Air Force Blue. HEX triplet: 66, 86 and AB. RGB value is (102,134,171). Sum of RGB (Red+Green+Blue) = 102+134+171=407 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.06% from 407); Green value is 134 (52.73% from 255 or 32.92% from 407); Blue value is 171 (67.19% from 255 or 42.01% from 407); Max value from RGB is 171 - color contains mainly: blue. Hex color #6686AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6686AB is #997954. Grayscale: #808080. Windows color (decimal): -10058069 or 11241062. OLE color: 11241062.

HSL color Cylindrical-coordinate representation of color #6686AB: hue angle of 212.17º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6686AB is Cyan = 0.40, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 102 134 171 -
CMYK 0.40 0.22 0 0.33
HSL 212.17º 0.29% 0.54% -
HSV(B) 212.17º 0.4% 0.67% -
XYZ 21.36 22.82 41.81 -
YUV 128.65 151.9 108.99 -
System Red Green Blue C M Y K H S L
Decimal 102 134 171 0.40 0.22 0 0.33 212.17 0.29 0.54
Hex 66 86 AB 28 16 0 21 D4 1D 36
Octal 146 206 253 50 26 0 41 324 35 66
Binary 1100110 10000110 10101011 101000 10110 0 100001 11010100 11101 110110

Color Harmonies of #6686AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6686AB

Black with #6686AB

Text Example


Text Example

White with #6686AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6686AB; }

 p { color: rgb(102,134,171); }

 H1.HeaderClassName
 {
   color: #6686AB;
 }
 .AnyTagClassName
 {
   color: #6686AB;
 }
</style>

background-color css

<style>
 a { background-color: #6686AB; }

 a { background-color: rgb(102,134,171); }

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

border-color css

<style>
 span { border-color: #6686AB; }

 span { border-color: rgb(102,134,171); }

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