#688EB6

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

Shades of Danube #688EB6

Tints of Danube #688EB6

Color information

#688EB6 (or 0x688EB6) is unknown color: approx Danube. HEX triplet: 68, 8E and B6. RGB value is (104,142,182). Sum of RGB (Red+Green+Blue) = 104+142+182=428 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.30% from 428); Green value is 142 (55.86% from 255 or 33.18% from 428); Blue value is 182 (71.48% from 255 or 42.52% from 428); Max value from RGB is 182 - color contains mainly: blue. Hex color #688EB6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #688EB6 is #977149. Grayscale: #878787. Windows color (decimal): -9924938 or 11964008. OLE color: 11964008.

HSL color Cylindrical-coordinate representation of color #688EB6: hue angle of 210.77º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #688EB6 is Cyan = 0.43, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB104142182-
CMYK0.430.2200.29
HSL210.77º34.82%56.08%-
HSV(B)210.77º42.86%71.37%-
XYZ23.8325.6747.95-
YUV135.2154.41105.75-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 24.30%
GREEN value IS 142 (55.86% from 255) = 33.18%
BLUE value IS 182 (71.48% from 255) = 42.52%
R=24.30%
G=33.18%
B=42.52%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1041421820.430.2200.29210.7734.8256.08
Hex688EB62B1601Dd32338
Octal15021626653260353234370
Binary110100010001110101101101010111011001110111010011100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688EB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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