Html Css Color HEX #688DB4 Danube

📋 copy color: '#688DB4'

red 104 ◦ green 141 ◦ blue 180

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

Shades of Danube #688DB4

Tints of Danube #688DB4

RGB

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

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

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

R = 24.47%
G = 33.18%
B = 42.35%

CMYK

 C value IS 0.42

 M value IS 0.22

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#688DB4 (or 0x688DB4) is known color: Danube. HEX triplet: 68, 8D and B4. RGB value is (104,141,180). Sum of RGB (Red+Green+Blue) = 104+141+180=425 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.47% from 425); Green value is 141 (55.47% from 255 or 33.18% from 425); Blue value is 180 (70.70% from 255 or 42.35% from 425); Max value from RGB is 180 - color contains mainly: blue. Hex color #688DB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #688DB4 is #97724B. Grayscale: #868686. Windows color (decimal): -9925196 or 11832680. OLE color: 11832680.

HSL color Cylindrical-coordinate representation of color #688DB4: hue angle of 210.79º 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 #688DB4 is Cyan = 0.42, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 104 141 180 -
CMYK 0.42 0.22 0 0.29
HSL 210.79º 0.34% 0.56% -
HSV(B) 210.79º 0.42% 0.71% -
XYZ 23.47 25.29 46.82 -
YUV 134.38 153.74 106.33 -
System Red Green Blue C M Y K H S L
Decimal 104 141 180 0.42 0.22 0 0.29 210.79 0.34 0.56
Hex 68 8D B4 2A 16 0 1D D3 22 38
Octal 150 215 264 52 26 0 35 323 42 70
Binary 1101000 10001101 10110100 101010 10110 0 11101 11010011 100010 111000

Color Harmonies of #688DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688DB4

Black with #688DB4

Text Example


Text Example

White with #688DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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