Html Css Color HEX #688AAC Air Force Blue

📋 copy color: '#688AAC'

red 104 ◦ green 138 ◦ blue 172

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

Shades of Air Force Blue #688AAC

Tints of Air Force Blue #688AAC

RGB

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

 GREEN value IS 138 (54.3% from 255) = 33.33%

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

R = 25.12%
G = 33.33%
B = 41.55%

CMYK

 C value IS 0.40

 M value IS 0.20

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#688AAC (or 0x688AAC) is known color: Air Force Blue. HEX triplet: 68, 8A and AC. RGB value is (104,138,172). Sum of RGB (Red+Green+Blue) = 104+138+172=414 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.12% from 414); Green value is 138 (54.30% from 255 or 33.33% from 414); Blue value is 172 (67.58% from 255 or 41.55% from 414); Max value from RGB is 172 - color contains mainly: blue. Hex color #688AAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688AAC is #977553. Grayscale: #838383. Windows color (decimal): -9925972 or 11307624. OLE color: 11307624.

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

Color convert

RGB 104 138 172 -
CMYK 0.40 0.20 0 0.33
HSL 210º 0.29% 0.54% -
HSV(B) 210º 0.4% 0.67% -
XYZ 22.24 24.1 42.51 -
YUV 131.71 150.74 108.24 -
System Red Green Blue C M Y K H S L
Decimal 104 138 172 0.40 0.20 0 0.33 210 0.29 0.54
Hex 68 8A AC 28 14 0 21 D2 1D 36
Octal 150 212 254 50 24 0 41 322 35 66
Binary 1101000 10001010 10101100 101000 10100 0 100001 11010010 11101 110110

Color Harmonies of #688AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688AAC

Black with #688AAC

Text Example


Text Example

White with #688AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688AAC; }

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

 H1.HeaderClassName
 {
   color: #688AAC;
 }
 .AnyTagClassName
 {
   color: #688AAC;
 }
</style>

background-color css

<style>
 a { background-color: #688AAC; }

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

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

border-color css

<style>
 span { border-color: #688AAC; }

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

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