Html Css Color HEX #688FAE Air Force Blue

📋 copy color: '#688FAE'

red 104 ◦ green 143 ◦ blue 174

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

Shades of Air Force Blue #688FAE

Tints of Air Force Blue #688FAE

RGB

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

 GREEN value IS 143 (56.25% from 255) = 33.97%

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

R = 24.7%
G = 33.97%
B = 41.33%

CMYK

 C value IS 0.40

 M value IS 0.18

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#688FAE (or 0x688FAE) is known color: Air Force Blue. HEX triplet: 68, 8F and AE. RGB value is (104,143,174). Sum of RGB (Red+Green+Blue) = 104+143+174=421 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.70% from 421); Green value is 143 (56.25% from 255 or 33.97% from 421); Blue value is 174 (68.36% from 255 or 41.33% from 421); Max value from RGB is 174 - color contains mainly: blue. Hex color #688FAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688FAE is #977051. Grayscale: #868686. Windows color (decimal): -9924690 or 11439976. OLE color: 11439976.

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

Color convert

RGB 104 143 174 -
CMYK 0.40 0.18 0 0.32
HSL 206.57º 0.3% 0.55% -
HSV(B) 206.57º 0.4% 0.68% -
XYZ 23.17 25.64 43.77 -
YUV 134.87 150.08 105.98 -
System Red Green Blue C M Y K H S L
Decimal 104 143 174 0.40 0.18 0 0.32 206.57 0.3 0.55
Hex 68 8F AE 28 12 0 20 CF 1E 37
Octal 150 217 256 50 22 0 40 317 36 67
Binary 1101000 10001111 10101110 101000 10010 0 100000 11001111 11110 110111

Color Harmonies of #688FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688FAE

Black with #688FAE

Text Example


Text Example

White with #688FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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