#688cbf

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

Shades of Danube #688CBF

Tints of Danube #688CBF

Color information

#688CBF (or 0x688CBF) is unknown color: approx Danube. HEX triplet: 68, 8C and BF. RGB value is (104,140,191). Sum of RGB (Red+Green+Blue) = 104+140+191=435 (57% of max value = 765). Red value is 104 (41.02% from 255 or 23.91% from 435); Green value is 140 (55.08% from 255 or 32.18% from 435); Blue value is 191 (75% from 255 or 43.91% from 435); Max value from RGB is 191 - color contains mainly: blue. Hex color #688CBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #688CBF is #977340. Grayscale: #868686. Windows color (decimal): -9925441 or 12553320. OLE color: 12553320.

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

Color convert

RGB104140191-
CMYK0.460.2700.25
HSL215.17º40.47%57.84%-
HSV(B)215.17º45.55%74.9%-
XYZ24.4925.4652.91-
YUV135.05159.57105.85-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 23.91%
GREEN value IS 140 (55.08% from 255) = 32.18%
BLUE value IS 191 (75% from 255) = 43.91%
R=23.91%
G=32.18%
B=43.91%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1041401910.460.2700.25215.1740.4757.84
Hex688CBF2E1B019d7283a
Octal15021427756330313275072
Binary110100010001100101111111011101101101100111010111101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688cbf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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