Html Css Color HEX #688CAC Air Force Blue

📋 copy color: '#688CAC'

red 104 ◦ green 140 ◦ blue 172

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

Shades of Air Force Blue #688CAC

Tints of Air Force Blue #688CAC

RGB

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

 GREEN value IS 140 (55.08% from 255) = 33.65%

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

R = 25%
G = 33.65%
B = 41.35%

CMYK

 C value IS 0.40

 M value IS 0.19

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#688CAC (or 0x688CAC) is known color: Air Force Blue. HEX triplet: 68, 8C and AC. RGB value is (104,140,172). Sum of RGB (Red+Green+Blue) = 104+140+172=416 (55% of max value = 765). Red value is 104 (41.02% from 255 or 25% from 416); Green value is 140 (55.08% from 255 or 33.65% from 416); Blue value is 172 (67.58% from 255 or 41.35% from 416); Max value from RGB is 172 - color contains mainly: blue. Hex color #688CAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688CAC is #977353. Grayscale: #848484. Windows color (decimal): -9925460 or 11308136. OLE color: 11308136.

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

Color convert

RGB 104 140 172 -
CMYK 0.40 0.19 0 0.33
HSL 208.24º 0.29% 0.54% -
HSV(B) 208.24º 0.4% 0.67% -
XYZ 22.53 24.68 42.61 -
YUV 132.88 150.07 107.4 -
System Red Green Blue C M Y K H S L
Decimal 104 140 172 0.40 0.19 0 0.33 208.24 0.29 0.54
Hex 68 8C AC 28 13 0 21 D0 1D 36
Octal 150 214 254 50 23 0 41 320 35 66
Binary 1101000 10001100 10101100 101000 10011 0 100001 11010000 11101 110110

Color Harmonies of #688CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688CAC

Black with #688CAC

Text Example


Text Example

White with #688CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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