Html Css Color HEX #688BAE Air Force Blue

📋 copy color: '#688BAE'

red 104 ◦ green 139 ◦ blue 174

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

Shades of Air Force Blue #688BAE

Tints of Air Force Blue #688BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 41.73%

R = 24.94%
G = 33.33%
B = 41.73%

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

#688BAE (or 0x688BAE) is known color: Air Force Blue. HEX triplet: 68, 8B and AE. RGB value is (104,139,174). Sum of RGB (Red+Green+Blue) = 104+139+174=417 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.94% from 417); Green value is 139 (54.69% from 255 or 33.33% from 417); Blue value is 174 (68.36% from 255 or 41.73% from 417); Max value from RGB is 174 - color contains mainly: blue. Hex color #688BAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688BAE is #977451. Grayscale: #848484. Windows color (decimal): -9925714 or 11438952. OLE color: 11438952.

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

Color convert

RGB 104 139 174 -
CMYK 0.40 0.20 0 0.32
HSL 210º 0.3% 0.55% -
HSV(B) 210º 0.4% 0.68% -
XYZ 22.58 24.46 43.58 -
YUV 132.53 151.4 107.65 -
System Red Green Blue C M Y K H S L
Decimal 104 139 174 0.40 0.20 0 0.32 210 0.3 0.55
Hex 68 8B AE 28 14 0 20 D2 1E 37
Octal 150 213 256 50 24 0 40 322 36 67
Binary 1101000 10001011 10101110 101000 10100 0 100000 11010010 11110 110111

Color Harmonies of #688BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688BAE

Black with #688BAE

Text Example


Text Example

White with #688BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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