Html Css Color HEX #688DB0 Air Force Blue

📋 copy color: '#688DB0'

red 104 ◦ green 141 ◦ blue 176

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

Shades of Air Force Blue #688DB0

Tints of Air Force Blue #688DB0

RGB

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

 GREEN value IS 141 (55.47% from 255) = 33.49%

 BLUE value IS 176 (69.14% from 255) = 41.81%

R = 24.7%
G = 33.49%
B = 41.81%

CMYK

 C value IS 0.41

 M value IS 0.20

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#688DB0 (or 0x688DB0) is known color: Air Force Blue. HEX triplet: 68, 8D and B0. RGB value is (104,141,176). Sum of RGB (Red+Green+Blue) = 104+141+176=421 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.70% from 421); Green value is 141 (55.47% from 255 or 33.49% from 421); Blue value is 176 (69.14% from 255 or 41.81% from 421); Max value from RGB is 176 - color contains mainly: blue. Hex color #688DB0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688DB0 is #97724F. Grayscale: #858585. Windows color (decimal): -9925200 or 11570536. OLE color: 11570536.

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

Color convert

RGB 104 141 176 -
CMYK 0.41 0.20 0 0.31
HSL 209.17º 0.31% 0.55% -
HSV(B) 209.17º 0.41% 0.69% -
XYZ 23.07 25.13 44.71 -
YUV 133.93 151.74 106.65 -
System Red Green Blue C M Y K H S L
Decimal 104 141 176 0.41 0.20 0 0.31 209.17 0.31 0.55
Hex 68 8D B0 29 14 0 1F D1 1F 37
Octal 150 215 260 51 24 0 37 321 37 67
Binary 1101000 10001101 10110000 101001 10100 0 11111 11010001 11111 110111

Color Harmonies of #688DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688DB0

Black with #688DB0

Text Example


Text Example

White with #688DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,141,176); }

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

background-color css

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

 a { background-color: rgb(104,141,176); }

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

border-color css

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

 span { border-color: rgb(104,141,176); }

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