Html Css Color HEX #688BAC Air Force Blue

📋 copy color: '#688BAC'

red 104 ◦ green 139 ◦ blue 172

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

Shades of Air Force Blue #688BAC

Tints of Air Force Blue #688BAC

RGB

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

 GREEN value IS 139 (54.69% from 255) = 33.49%

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

R = 25.06%
G = 33.49%
B = 41.45%

CMYK

 C value IS 0.40

 M value IS 0.19

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#688BAC (or 0x688BAC) is known color: Air Force Blue. HEX triplet: 68, 8B and AC. RGB value is (104,139,172). Sum of RGB (Red+Green+Blue) = 104+139+172=415 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.06% from 415); Green value is 139 (54.69% from 255 or 33.49% from 415); Blue value is 172 (67.58% from 255 or 41.45% from 415); Max value from RGB is 172 - color contains mainly: blue. Hex color #688BAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688BAC is #977453. Grayscale: #848484. Windows color (decimal): -9925716 or 11307880. OLE color: 11307880.

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

Color convert

RGB 104 139 172 -
CMYK 0.40 0.19 0 0.33
HSL 209.12º 0.29% 0.54% -
HSV(B) 209.12º 0.4% 0.67% -
XYZ 22.39 24.39 42.56 -
YUV 132.3 150.4 107.82 -
System Red Green Blue C M Y K H S L
Decimal 104 139 172 0.40 0.19 0 0.33 209.12 0.29 0.54
Hex 68 8B AC 28 13 0 21 D1 1D 36
Octal 150 213 254 50 23 0 41 321 35 66
Binary 1101000 10001011 10101100 101000 10011 0 100001 11010001 11101 110110

Color Harmonies of #688BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688BAC

Black with #688BAC

Text Example


Text Example

White with #688BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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