Html Css Color HEX #688CAF Air Force Blue

📋 copy color: '#688CAF'

red 104 ◦ green 140 ◦ blue 175

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

Shades of Air Force Blue #688CAF

Tints of Air Force Blue #688CAF

RGB

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

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

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

R = 24.82%
G = 33.41%
B = 41.77%

CMYK

 C value IS 0.41

 M value IS 0.2

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#688CAF (or 0x688CAF) is known color: Air Force Blue. HEX triplet: 68, 8C and AF. RGB value is (104,140,175). Sum of RGB (Red+Green+Blue) = 104+140+175=419 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.82% from 419); Green value is 140 (55.08% from 255 or 33.41% from 419); Blue value is 175 (68.75% from 255 or 41.77% from 419); Max value from RGB is 175 - color contains mainly: blue. Hex color #688CAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688CAF is #977350. Grayscale: #858585. Windows color (decimal): -9925457 or 11504744. OLE color: 11504744.

HSL color Cylindrical-coordinate representation of color #688CAF: hue angle of 209.58º 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 #688CAF is Cyan = 0.41, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 104 140 175 -
CMYK 0.41 0.2 0 0.31
HSL 209.58º 0.31% 0.55% -
HSV(B) 209.58º 0.41% 0.69% -
XYZ 22.82 24.79 44.14 -
YUV 133.23 151.57 107.15 -
System Red Green Blue C M Y K H S L
Decimal 104 140 175 0.41 0.2 0 0.31 209.58 0.31 0.55
Hex 68 8C AF 29 14 0 1F D2 1F 37
Octal 150 214 257 51 24 0 37 322 37 67
Binary 1101000 10001100 10101111 101001 10100 0 11111 11010010 11111 110111

Color Harmonies of #688CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688CAF

Black with #688CAF

Text Example


Text Example

White with #688CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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