Html Css Color HEX #688EAC Air Force Blue

📋 copy color: '#688EAC'

red 104 ◦ green 142 ◦ blue 172

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

Shades of Air Force Blue #688EAC

Tints of Air Force Blue #688EAC

RGB

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

 GREEN value IS 142 (55.86% from 255) = 33.97%

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

R = 24.88%
G = 33.97%
B = 41.15%

CMYK

 C value IS 0.40

 M value IS 0.17

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#688EAC (or 0x688EAC) is known color: Air Force Blue. HEX triplet: 68, 8E and AC. RGB value is (104,142,172). Sum of RGB (Red+Green+Blue) = 104+142+172=418 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.88% from 418); Green value is 142 (55.86% from 255 or 33.97% from 418); Blue value is 172 (67.58% from 255 or 41.15% from 418); Max value from RGB is 172 - color contains mainly: blue. Hex color #688EAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688EAC is #977153. Grayscale: #858585. Windows color (decimal): -9924948 or 11308648. OLE color: 11308648.

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

Color convert

RGB 104 142 172 -
CMYK 0.40 0.17 0 0.33
HSL 206.47º 0.29% 0.54% -
HSV(B) 206.47º 0.4% 0.67% -
XYZ 22.83 25.27 42.7 -
YUV 134.06 149.41 106.56 -
System Red Green Blue C M Y K H S L
Decimal 104 142 172 0.40 0.17 0 0.33 206.47 0.29 0.54
Hex 68 8E AC 28 11 0 21 CE 1D 36
Octal 150 216 254 50 21 0 41 316 35 66
Binary 1101000 10001110 10101100 101000 10001 0 100001 11001110 11101 110110

Color Harmonies of #688EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688EAC

Black with #688EAC

Text Example


Text Example

White with #688EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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