Html Css Color HEX #688CB3 Air Force Blue

📋 copy color: '#688CB3'

red 104 ◦ green 140 ◦ blue 179

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

Shades of Air Force Blue #688CB3

Tints of Air Force Blue #688CB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 42.32%

R = 24.59%
G = 33.1%
B = 42.32%

CMYK

 C value IS 0.42

 M value IS 0.22

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#688CB3 (or 0x688CB3) is known color: Air Force Blue. HEX triplet: 68, 8C and B3. RGB value is (104,140,179). Sum of RGB (Red+Green+Blue) = 104+140+179=423 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.59% from 423); Green value is 140 (55.08% from 255 or 33.10% from 423); Blue value is 179 (70.31% from 255 or 42.32% from 423); Max value from RGB is 179 - color contains mainly: blue. Hex color #688CB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #688CB3 is #97734C. Grayscale: #858585. Windows color (decimal): -9925453 or 11766888. OLE color: 11766888.

HSL color Cylindrical-coordinate representation of color #688CB3: hue angle of 211.2º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #688CB3 is Cyan = 0.42, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 104 140 179 -
CMYK 0.42 0.22 0 0.30
HSL 211.2º 0.33% 0.55% -
HSV(B) 211.2º 0.42% 0.7% -
XYZ 23.22 24.95 46.24 -
YUV 133.68 153.57 106.83 -
System Red Green Blue C M Y K H S L
Decimal 104 140 179 0.42 0.22 0 0.30 211.2 0.33 0.55
Hex 68 8C B3 2A 16 0 1E D3 21 37
Octal 150 214 263 52 26 0 36 323 41 67
Binary 1101000 10001100 10110011 101010 10110 0 11110 11010011 100001 110111

Color Harmonies of #688CB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688CB3

Black with #688CB3

Text Example


Text Example

White with #688CB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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