#688DBF

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

Shades of Danube #688DBF

Tints of Danube #688DBF

Color information

#688DBF (or 0x688DBF) is unknown color: approx Danube. HEX triplet: 68, 8D and BF. RGB value is (104,141,191). Sum of RGB (Red+Green+Blue) = 104+141+191=436 (57% of max value = 765). Red value is 104 (41.02% from 255 or 23.85% from 436); Green value is 141 (55.47% from 255 or 32.34% from 436); Blue value is 191 (75% from 255 or 43.81% from 436); Max value from RGB is 191 - color contains mainly: blue. Hex color #688DBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #688DBF is #977240. Grayscale: #878787. Windows color (decimal): -9925185 or 12553576. OLE color: 12553576.

HSL color Cylindrical-coordinate representation of color #688DBF: hue angle of 214.48º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #688DBF is Cyan = 0.46, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB104141191-
CMYK0.460.2600.25
HSL214.48º40.47%57.84%-
HSV(B)214.48º45.55%74.9%-
XYZ24.6425.7552.96-
YUV135.64159.24105.43-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 23.85%
GREEN value IS 141 (55.47% from 255) = 32.34%
BLUE value IS 191 (75% from 255) = 43.81%
R=23.85%
G=32.34%
B=43.81%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1041411910.460.2600.25214.4840.4757.84
Hex688DBF2E1A019d6283a
Octal15021527756320313265072
Binary110100010001101101111111011101101001100111010110101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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