#688CD1

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

Shades of Danube #688CD1

Tints of Danube #688CD1

Color information

#688CD1 (or 0x688CD1) is unknown color: approx Danube. HEX triplet: 68, 8C and D1. RGB value is (104,140,209). Sum of RGB (Red+Green+Blue) = 104+140+209=453 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.96% from 453); Green value is 140 (55.08% from 255 or 30.91% from 453); Blue value is 209 (82.03% from 255 or 46.14% from 453); Max value from RGB is 209 - color contains mainly: blue. Hex color #688CD1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #688CD1 is #97732E. Grayscale: #888888. Windows color (decimal): -9925423 or 13732968. OLE color: 13732968.

HSL color Cylindrical-coordinate representation of color #688CD1: hue angle of 219.43º 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 #688CD1 is Cyan = 0.50, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB104140209-
CMYK0.500.3300.18
HSL219.43º53.3%61.37%-
HSV(B)219.43º50.24%81.96%-
XYZ26.626.364-
YUV137.1168.57104.39-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 22.96%
GREEN value IS 140 (55.08% from 255) = 30.91%
BLUE value IS 209 (82.03% from 255) = 46.14%
R=22.96%
G=30.91%
B=46.14%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1041402090.500.3300.18219.4353.361.37
Hex688CD13221012db353d
Octal15021432162410223336575
Binary1101000100011001101000111001010000101001011011011110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688CD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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