#688CBD

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

Shades of Danube #688CBD

Tints of Danube #688CBD

Color information

#688CBD (or 0x688CBD) is unknown color: approx Danube. HEX triplet: 68, 8C and BD. RGB value is (104,140,189). Sum of RGB (Red+Green+Blue) = 104+140+189=433 (57% of max value = 765). Red value is 104 (41.02% from 255 or 24.02% from 433); Green value is 140 (55.08% from 255 or 32.33% from 433); Blue value is 189 (74.22% from 255 or 43.65% from 433); Max value from RGB is 189 - color contains mainly: blue. Hex color #688CBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #688CBD is #977342. Grayscale: #868686. Windows color (decimal): -9925443 or 12422248. OLE color: 12422248.

HSL color Cylindrical-coordinate representation of color #688CBD: hue angle of 214.59º 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 #688CBD is Cyan = 0.45, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB104140189-
CMYK0.450.2600.26
HSL214.59º39.17%57.45%-
HSV(B)214.59º44.97%74.12%-
XYZ24.2725.3751.76-
YUV134.82158.57106.02-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 24.02%
GREEN value IS 140 (55.08% from 255) = 32.33%
BLUE value IS 189 (74.22% from 255) = 43.65%
R=24.02%
G=32.33%
B=43.65%

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
Decimal1041401890.450.2600.26214.5939.1757.45
Hex688CBD2D1A01Ad72739
Octal15021427555320323274771
Binary110100010001100101111011011011101001101011010111100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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