Html Css Color HEX #688BAD Air Force Blue

📋 copy color: '#688BAD'

red 104 ◦ green 139 ◦ blue 173

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

Shades of Air Force Blue #688BAD

Tints of Air Force Blue #688BAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 41.59%

R = 25%
G = 33.41%
B = 41.59%

CMYK

 C value IS 0.40

 M value IS 0.20

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#688BAD (or 0x688BAD) is known color: Air Force Blue. HEX triplet: 68, 8B and AD. RGB value is (104,139,173). Sum of RGB (Red+Green+Blue) = 104+139+173=416 (55% of max value = 765). Red value is 104 (41.02% from 255 or 25% from 416); Green value is 139 (54.69% from 255 or 33.41% from 416); Blue value is 173 (67.97% from 255 or 41.59% from 416); Max value from RGB is 173 - color contains mainly: blue. Hex color #688BAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688BAD is #977452. Grayscale: #848484. Windows color (decimal): -9925715 or 11373416. OLE color: 11373416.

HSL color Cylindrical-coordinate representation of color #688BAD: hue angle of 209.57º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #688BAD is Cyan = 0.40, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 104 139 173 -
CMYK 0.40 0.20 0 0.32
HSL 209.57º 0.3% 0.54% -
HSV(B) 209.57º 0.4% 0.68% -
XYZ 22.48 24.43 43.06 -
YUV 132.41 150.9 107.74 -
System Red Green Blue C M Y K H S L
Decimal 104 139 173 0.40 0.20 0 0.32 209.57 0.3 0.54
Hex 68 8B AD 28 14 0 20 D2 1E 36
Octal 150 213 255 50 24 0 40 322 36 66
Binary 1101000 10001011 10101101 101000 10100 0 100000 11010010 11110 110110

Color Harmonies of #688BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688BAD

Black with #688BAD

Text Example


Text Example

White with #688BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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