Html Css Color HEX #6886AC Air Force Blue

📋 copy color: '#6886AC'

red 104 ◦ green 134 ◦ blue 172

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

Shades of Air Force Blue #6886AC

Tints of Air Force Blue #6886AC

RGB

 RED value IS 104 (41.02% from 255) = 25.37%

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

 BLUE value IS 172 (67.58% from 255) = 41.95%

R = 25.37%
G = 32.68%
B = 41.95%

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

#6886AC (or 0x6886AC) is known color: Air Force Blue. HEX triplet: 68, 86 and AC. RGB value is (104,134,172). Sum of RGB (Red+Green+Blue) = 104+134+172=410 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.37% from 410); Green value is 134 (52.73% from 255 or 32.68% from 410); Blue value is 172 (67.58% from 255 or 41.95% from 410); Max value from RGB is 172 - color contains mainly: blue. Hex color #6886AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6886AC is #977953. Grayscale: #818181. Windows color (decimal): -9926996 or 11306600. OLE color: 11306600.

HSL color Cylindrical-coordinate representation of color #6886AC: hue angle of 213.53º 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 #6886AC is Cyan = 0.40, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 104 134 172 -
CMYK 0.40 0.22 0 0.33
HSL 213.53º 0.29% 0.54% -
HSV(B) 213.53º 0.4% 0.67% -
XYZ 21.68 22.97 42.32 -
YUV 129.36 152.06 109.91 -
System Red Green Blue C M Y K H S L
Decimal 104 134 172 0.40 0.22 0 0.33 213.53 0.29 0.54
Hex 68 86 AC 28 16 0 21 D6 1D 36
Octal 150 206 254 50 26 0 41 326 35 66
Binary 1101000 10000110 10101100 101000 10110 0 100001 11010110 11101 110110

Color Harmonies of #6886AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6886AC

Black with #6886AC

Text Example


Text Example

White with #6886AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6886AC; }

 p { color: rgb(104,134,172); }

 H1.HeaderClassName
 {
   color: #6886AC;
 }
 .AnyTagClassName
 {
   color: #6886AC;
 }
</style>

background-color css

<style>
 a { background-color: #6886AC; }

 a { background-color: rgb(104,134,172); }

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

border-color css

<style>
 span { border-color: #6886AC; }

 span { border-color: rgb(104,134,172); }

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