#688CC5

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

Shades of Danube #688CC5

Tints of Danube #688CC5

Color information

#688CC5 (or 0x688CC5) is unknown color: approx Danube. HEX triplet: 68, 8C and C5. RGB value is (104,140,197). Sum of RGB (Red+Green+Blue) = 104+140+197=441 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.58% from 441); Green value is 140 (55.08% from 255 or 31.75% from 441); Blue value is 197 (77.34% from 255 or 44.67% from 441); Max value from RGB is 197 - color contains mainly: blue. Hex color #688CC5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #688CC5 is #97733A. Grayscale: #878787. Windows color (decimal): -9925435 or 12946536. OLE color: 12946536.

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

Color convert

RGB104140197-
CMYK0.470.2900.23
HSL216.77º44.5%59.02%-
HSV(B)216.77º47.21%77.25%-
XYZ25.1725.7356.46-
YUV135.73162.57105.37-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 23.58%
GREEN value IS 140 (55.08% from 255) = 31.75%
BLUE value IS 197 (77.34% from 255) = 44.67%
R=23.58%
G=31.75%
B=44.67%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1041401970.470.2900.23216.7744.559.02
Hex688CC52F1D017d92c3b
Octal15021430557350273315473
Binary110100010001100110001011011111110101011111011001101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688CC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,140,197); }

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

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

 a { background-color: rgb(104,140,197); }

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

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

 span { border-color: rgb(104,140,197); }

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