Html Css Color HEX #688BAF Air Force Blue

📋 copy color: '#688BAF'

red 104 ◦ green 139 ◦ blue 175

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

Shades of Air Force Blue #688BAF

Tints of Air Force Blue #688BAF

RGB

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

 GREEN value IS 139 (54.69% from 255) = 33.25%

 BLUE value IS 175 (68.75% from 255) = 41.87%

R = 24.88%
G = 33.25%
B = 41.87%

CMYK

 C value IS 0.41

 M value IS 0.21

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#688BAF (or 0x688BAF) is known color: Air Force Blue. HEX triplet: 68, 8B and AF. RGB value is (104,139,175). Sum of RGB (Red+Green+Blue) = 104+139+175=418 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.88% from 418); Green value is 139 (54.69% from 255 or 33.25% from 418); Blue value is 175 (68.75% from 255 or 41.87% from 418); Max value from RGB is 175 - color contains mainly: blue. Hex color #688BAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688BAF is #977450. Grayscale: #848484. Windows color (decimal): -9925713 or 11504488. OLE color: 11504488.

HSL color Cylindrical-coordinate representation of color #688BAF: hue angle of 210.42º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #688BAF is Cyan = 0.41, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 104 139 175 -
CMYK 0.41 0.21 0 0.31
HSL 210.42º 0.31% 0.55% -
HSV(B) 210.42º 0.41% 0.69% -
XYZ 22.68 24.5 44.09 -
YUV 132.64 151.9 107.57 -
System Red Green Blue C M Y K H S L
Decimal 104 139 175 0.41 0.21 0 0.31 210.42 0.31 0.55
Hex 68 8B AF 29 15 0 1F D2 1F 37
Octal 150 213 257 51 25 0 37 322 37 67
Binary 1101000 10001011 10101111 101001 10101 0 11111 11010010 11111 110111

Color Harmonies of #688BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688BAF

Black with #688BAF

Text Example


Text Example

White with #688BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,139,175); }

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

background-color css

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

 a { background-color: rgb(104,139,175); }

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

border-color css

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

 span { border-color: rgb(104,139,175); }

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