#688EC2

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

Shades of Danube #688EC2

Tints of Danube #688EC2

Color information

#688EC2 (or 0x688EC2) is unknown color: approx Danube. HEX triplet: 68, 8E and C2. RGB value is (104,142,194). Sum of RGB (Red+Green+Blue) = 104+142+194=440 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.64% from 440); Green value is 142 (55.86% from 255 or 32.27% from 440); Blue value is 194 (76.17% from 255 or 44.09% from 440); Max value from RGB is 194 - color contains mainly: blue. Hex color #688EC2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #688EC2 is #97713D. Grayscale: #888888. Windows color (decimal): -9924926 or 12750440. OLE color: 12750440.

HSL color Cylindrical-coordinate representation of color #688EC2: hue angle of 214.67º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #688EC2 is Cyan = 0.46, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB104142194-
CMYK0.460.2700.24
HSL214.67º42.45%58.43%-
HSV(B)214.67º46.39%76.08%-
XYZ25.1226.1854.77-
YUV136.57160.41104.77-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 23.64%
GREEN value IS 142 (55.86% from 255) = 32.27%
BLUE value IS 194 (76.17% from 255) = 44.09%
R=23.64%
G=32.27%
B=44.09%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1041421940.460.2700.24214.6742.4558.43
Hex688EC22E1B018d72a3a
Octal15021630256330303275272
Binary110100010001110110000101011101101101100011010111101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688EC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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