#688EBC

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

Shades of Danube #688EBC

Tints of Danube #688EBC

Color information

#688EBC (or 0x688EBC) is unknown color: approx Danube. HEX triplet: 68, 8E and BC. RGB value is (104,142,188). Sum of RGB (Red+Green+Blue) = 104+142+188=434 (57% of max value = 765). Red value is 104 (41.02% from 255 or 23.96% from 434); Green value is 142 (55.86% from 255 or 32.72% from 434); Blue value is 188 (73.83% from 255 or 43.32% from 434); Max value from RGB is 188 - color contains mainly: blue. Hex color #688EBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #688EBC is #977143. Grayscale: #878787. Windows color (decimal): -9924932 or 12357224. OLE color: 12357224.

HSL color Cylindrical-coordinate representation of color #688EBC: hue angle of 212.86º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #688EBC is Cyan = 0.45, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB104142188-
CMYK0.450.2400.26
HSL212.86º38.53%57.25%-
HSV(B)212.86º44.68%73.73%-
XYZ24.4625.9251.29-
YUV135.88157.41105.26-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 23.96%
GREEN value IS 142 (55.86% from 255) = 32.72%
BLUE value IS 188 (73.83% from 255) = 43.32%
R=23.96%
G=32.72%
B=43.32%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1041421880.450.2400.26212.8638.5357.25
Hex688EBC2D1801Ad52739
Octal15021627455300323254771
Binary110100010001110101111001011011100001101011010101100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,142,188); }

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

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

 a { background-color: rgb(104,142,188); }

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

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

 span { border-color: rgb(104,142,188); }

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