#688AC3

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

Shades of Danube #688AC3

Tints of Danube #688AC3

Color information

#688AC3 (or 0x688AC3) is unknown color: approx Danube. HEX triplet: 68, 8A and C3. RGB value is (104,138,195). Sum of RGB (Red+Green+Blue) = 104+138+195=437 (57% of max value = 765). Red value is 104 (41.02% from 255 or 23.80% from 437); Green value is 138 (54.30% from 255 or 31.58% from 437); Blue value is 195 (76.56% from 255 or 44.62% from 437); Max value from RGB is 195 - color contains mainly: blue. Hex color #688AC3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #688AC3 is #97753C. Grayscale: #868686. Windows color (decimal): -9925949 or 12814952. OLE color: 12814952.

HSL color Cylindrical-coordinate representation of color #688AC3: hue angle of 217.58º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #688AC3 is Cyan = 0.47, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB104138195-
CMYK0.470.2900.24
HSL217.58º43.13%58.63%-
HSV(B)217.58º46.67%76.47%-
XYZ24.6525.0655.17-
YUV134.33162.24106.37-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 23.80%
GREEN value IS 138 (54.30% from 255) = 31.58%
BLUE value IS 195 (76.56% from 255) = 44.62%
R=23.80%
G=31.58%
B=44.62%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1041381950.470.2900.24217.5843.1358.63
Hex688AC32F1D018da2b3b
Octal15021230357350303325373
Binary110100010001010110000111011111110101100011011010101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688AC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,138,195); }

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

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

 a { background-color: rgb(104,138,195); }

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

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

 span { border-color: rgb(104,138,195); }

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