#688AC7

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

Shades of Danube #688AC7

Tints of Danube #688AC7

Color information

#688AC7 (or 0x688AC7) is unknown color: approx Danube. HEX triplet: 68, 8A and C7. RGB value is (104,138,199). Sum of RGB (Red+Green+Blue) = 104+138+199=441 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.58% from 441); Green value is 138 (54.30% from 255 or 31.29% from 441); Blue value is 199 (78.12% from 255 or 45.12% from 441); Max value from RGB is 199 - color contains mainly: blue. Hex color #688AC7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #688AC7 is #977538. Grayscale: #868686. Windows color (decimal): -9925945 or 13077096. OLE color: 13077096.

HSL color Cylindrical-coordinate representation of color #688AC7: hue angle of 218.53º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #688AC7 is Cyan = 0.48, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB104138199-
CMYK0.480.3100.22
HSL218.53º45.89%59.41%-
HSV(B)218.53º47.74%78.04%-
XYZ25.1125.2457.58-
YUV134.79164.24106.04-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 23.58%
GREEN value IS 138 (54.30% from 255) = 31.29%
BLUE value IS 199 (78.12% from 255) = 45.12%
R=23.58%
G=31.29%
B=45.12%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1041381990.480.3100.22218.5345.8959.41
Hex688AC7301F016db2e3b
Octal15021230760370263335673
Binary110100010001010110001111100001111101011011011011101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688AC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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