#688CBB

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

Shades of Danube #688CBB

Tints of Danube #688CBB

Color information

#688CBB (or 0x688CBB) is unknown color: approx Danube. HEX triplet: 68, 8C and BB. RGB value is (104,140,187). Sum of RGB (Red+Green+Blue) = 104+140+187=431 (57% of max value = 765). Red value is 104 (41.02% from 255 or 24.13% from 431); Green value is 140 (55.08% from 255 or 32.48% from 431); Blue value is 187 (73.44% from 255 or 43.39% from 431); Max value from RGB is 187 - color contains mainly: blue. Hex color #688CBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #688CBB is #977344. Grayscale: #868686. Windows color (decimal): -9925445 or 12291176. OLE color: 12291176.

HSL color Cylindrical-coordinate representation of color #688CBB: hue angle of 213.98º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #688CBB is Cyan = 0.44, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB104140187-
CMYK0.440.2500.27
HSL213.98º37.9%57.06%-
HSV(B)213.98º44.39%73.33%-
XYZ24.0625.2950.63-
YUV134.59157.57106.18-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 24.13%
GREEN value IS 140 (55.08% from 255) = 32.48%
BLUE value IS 187 (73.44% from 255) = 43.39%
R=24.13%
G=32.48%
B=43.39%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1041401870.440.2500.27213.9837.957.06
Hex688CBB2C1901Bd62639
Octal15021427354310333264671
Binary110100010001100101110111011001100101101111010110100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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