#688EC0

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

Shades of Danube #688EC0

Tints of Danube #688EC0

Color information

#688EC0 (or 0x688EC0) is unknown color: approx Danube. HEX triplet: 68, 8E and C0. RGB value is (104,142,192). Sum of RGB (Red+Green+Blue) = 104+142+192=438 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.74% from 438); Green value is 142 (55.86% from 255 or 32.42% from 438); Blue value is 192 (75.39% from 255 or 43.84% from 438); Max value from RGB is 192 - color contains mainly: blue. Hex color #688EC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #688EC0 is #97713F. Grayscale: #888888. Windows color (decimal): -9924928 or 12619368. OLE color: 12619368.

HSL color Cylindrical-coordinate representation of color #688EC0: hue angle of 214.09º degrees, saturation: 0.41, 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 #688EC0 is Cyan = 0.46, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB104142192-
CMYK0.460.2600.25
HSL214.09º41.12%58.04%-
HSV(B)214.09º45.83%75.29%-
XYZ24.926.0953.59-
YUV136.34159.41104.93-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 23.74%
GREEN value IS 142 (55.86% from 255) = 32.42%
BLUE value IS 192 (75.39% from 255) = 43.84%
R=23.74%
G=32.42%
B=43.84%

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
Decimal1041421920.460.2600.25214.0941.1258.04
Hex688EC02E1A019d6293a
Octal15021630056320313265172
Binary110100010001110110000001011101101001100111010110101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688EC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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