#688BBD

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

Shades of Danube #688BBD

Tints of Danube #688BBD

Color information

#688BBD (or 0x688BBD) is unknown color: approx Danube. HEX triplet: 68, 8B and BD. RGB value is (104,139,189). Sum of RGB (Red+Green+Blue) = 104+139+189=432 (57% of max value = 765). Red value is 104 (41.02% from 255 or 24.07% from 432); Green value is 139 (54.69% from 255 or 32.18% from 432); Blue value is 189 (74.22% from 255 or 43.75% from 432); Max value from RGB is 189 - color contains mainly: blue. Hex color #688BBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #688BBD is #977442. Grayscale: #868686. Windows color (decimal): -9925699 or 12421992. OLE color: 12421992.

HSL color Cylindrical-coordinate representation of color #688BBD: hue angle of 215.29º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #688BBD is Cyan = 0.45, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB104139189-
CMYK0.450.2600.26
HSL215.29º39.17%57.45%-
HSV(B)215.29º44.97%74.12%-
XYZ24.1325.0851.71-
YUV134.23158.9106.43-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 24.07%
GREEN value IS 139 (54.69% from 255) = 32.18%
BLUE value IS 189 (74.22% from 255) = 43.75%
R=24.07%
G=32.18%
B=43.75%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1041391890.450.2600.26215.2939.1757.45
Hex688BBD2D1A01Ad72739
Octal15021327555320323274771
Binary110100010001011101111011011011101001101011010111100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,139,189); }

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

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

 a { background-color: rgb(104,139,189); }

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

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

 span { border-color: rgb(104,139,189); }

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