Html Css Color HEX #688FB4 Air Force Blue

📋 copy color: '#688FB4'

red 104 ◦ green 143 ◦ blue 180

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

Shades of Air Force Blue #688FB4

Tints of Air Force Blue #688FB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 42.15%

R = 24.36%
G = 33.49%
B = 42.15%

CMYK

 C value IS 0.42

 M value IS 0.21

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#688FB4 (or 0x688FB4) is known color: Air Force Blue. HEX triplet: 68, 8F and B4. RGB value is (104,143,180). Sum of RGB (Red+Green+Blue) = 104+143+180=427 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.36% from 427); Green value is 143 (56.25% from 255 or 33.49% from 427); Blue value is 180 (70.70% from 255 or 42.15% from 427); Max value from RGB is 180 - color contains mainly: blue. Hex color #688FB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #688FB4 is #97704B. Grayscale: #878787. Windows color (decimal): -9924684 or 11833192. OLE color: 11833192.

HSL color Cylindrical-coordinate representation of color #688FB4: hue angle of 209.21º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #688FB4 is Cyan = 0.42, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 104 143 180 -
CMYK 0.42 0.21 0 0.29
HSL 209.21º 0.34% 0.56% -
HSV(B) 209.21º 0.42% 0.71% -
XYZ 23.77 25.88 46.92 -
YUV 135.56 153.08 105.49 -
System Red Green Blue C M Y K H S L
Decimal 104 143 180 0.42 0.21 0 0.29 209.21 0.34 0.56
Hex 68 8F B4 2A 15 0 1D D1 22 38
Octal 150 217 264 52 25 0 35 321 42 70
Binary 1101000 10001111 10110100 101010 10101 0 11101 11010001 100010 111000

Color Harmonies of #688FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688FB4

Black with #688FB4

Text Example


Text Example

White with #688FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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