#688DD1

Color #688DD1 Danube (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Danube #688DD1

Tints of Danube #688DD1

Color information

#688DD1 (or 0x688DD1) is unknown color: approx Danube. HEX triplet: 68, 8D and D1. RGB value is (104,141,209). Sum of RGB (Red+Green+Blue) = 104+141+209=454 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.91% from 454); Green value is 141 (55.47% from 255 or 31.06% from 454); Blue value is 209 (82.03% from 255 or 46.04% from 454); Max value from RGB is 209 - color contains mainly: blue. Hex color #688DD1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #688DD1 is #97722E. Grayscale: #898989. Windows color (decimal): -9925167 or 13733224. OLE color: 13733224.

HSL color Cylindrical-coordinate representation of color #688DD1: hue angle of 218.86º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #688DD1 is Cyan = 0.50, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB104141209-
CMYK0.500.3300.18
HSL218.86º53.3%61.37%-
HSV(B)218.86º50.24%81.96%-
XYZ26.7426.664.05-
YUV137.69168.24103.97-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 22.91%
GREEN value IS 141 (55.47% from 255) = 31.06%
BLUE value IS 209 (82.03% from 255) = 46.04%
R=22.91%
G=31.06%
B=46.04%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1041412090.500.3300.18218.8653.361.37
Hex688DD13221012db353d
Octal15021532162410223336575
Binary1101000100011011101000111001010000101001011011011110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688DD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #688DD1;
 }
 .AnyTagClassName
 {
   color: #688DD1;
 }
</style>
background-color css

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

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

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

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

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

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