#688BD0

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

Shades of Danube #688BD0

Tints of Danube #688BD0

Color information

#688BD0 (or 0x688BD0) is unknown color: approx Danube. HEX triplet: 68, 8B and D0. RGB value is (104,139,208). Sum of RGB (Red+Green+Blue) = 104+139+208=451 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.06% from 451); Green value is 139 (54.69% from 255 or 30.82% from 451); Blue value is 208 (81.64% from 255 or 46.12% from 451); Max value from RGB is 208 - color contains mainly: blue. Hex color #688BD0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #688BD0 is #97742F. Grayscale: #888888. Windows color (decimal): -9925680 or 13667176. OLE color: 13667176.

HSL color Cylindrical-coordinate representation of color #688BD0: hue angle of 219.81º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #688BD0 is Cyan = 0.5, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB104139208-
CMYK0.50.3300.18
HSL219.81º52.53%61.18%-
HSV(B)219.81º50%81.57%-
XYZ26.3325.9663.3-
YUV136.4168.4104.89-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 23.06%
GREEN value IS 139 (54.69% from 255) = 30.82%
BLUE value IS 208 (81.64% from 255) = 46.12%
R=23.06%
G=30.82%
B=46.12%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1041392080.50.3300.18219.8152.5361.18
Hex688BD03221012dc353d
Octal15021332062410223346575
Binary1101000100010111101000011001010000101001011011100110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688BD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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