Html Css Color HEX #688DAE Air Force Blue

📋 copy color: '#688DAE'

red 104 ◦ green 141 ◦ blue 174

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

Shades of Air Force Blue #688DAE

Tints of Air Force Blue #688DAE

RGB

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

 GREEN value IS 141 (55.47% from 255) = 33.65%

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

R = 24.82%
G = 33.65%
B = 41.53%

CMYK

 C value IS 0.40

 M value IS 0.19

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#688DAE (or 0x688DAE) is known color: Air Force Blue. HEX triplet: 68, 8D and AE. RGB value is (104,141,174). Sum of RGB (Red+Green+Blue) = 104+141+174=419 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.82% from 419); Green value is 141 (55.47% from 255 or 33.65% from 419); Blue value is 174 (68.36% from 255 or 41.53% from 419); Max value from RGB is 174 - color contains mainly: blue. Hex color #688DAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688DAE is #977251. Grayscale: #858585. Windows color (decimal): -9925202 or 11439464. OLE color: 11439464.

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

Color convert

RGB 104 141 174 -
CMYK 0.40 0.19 0 0.32
HSL 208.29º 0.3% 0.55% -
HSV(B) 208.29º 0.4% 0.68% -
XYZ 22.87 25.05 43.67 -
YUV 133.7 150.74 106.82 -
System Red Green Blue C M Y K H S L
Decimal 104 141 174 0.40 0.19 0 0.32 208.29 0.3 0.55
Hex 68 8D AE 28 13 0 20 D0 1E 37
Octal 150 215 256 50 23 0 40 320 36 67
Binary 1101000 10001101 10101110 101000 10011 0 100000 11010000 11110 110111

Color Harmonies of #688DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688DAE

Black with #688DAE

Text Example


Text Example

White with #688DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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