#688DCB

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

Shades of Danube #688DCB

Tints of Danube #688DCB

Color information

#688DCB (or 0x688DCB) is unknown color: approx Danube. HEX triplet: 68, 8D and CB. RGB value is (104,141,203). Sum of RGB (Red+Green+Blue) = 104+141+203=448 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.21% from 448); Green value is 141 (55.47% from 255 or 31.47% from 448); Blue value is 203 (79.69% from 255 or 45.31% from 448); Max value from RGB is 203 - color contains mainly: blue. Hex color #688DCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #688DCB is #977234. Grayscale: #888888. Windows color (decimal): -9925173 or 13340008. OLE color: 13340008.

HSL color Cylindrical-coordinate representation of color #688DCB: hue angle of 217.58º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #688DCB is Cyan = 0.49, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB104141203-
CMYK0.490.3100.20
HSL217.58º48.77%60.2%-
HSV(B)217.58º48.77%79.61%-
XYZ26.0126.360.21-
YUV137165.24104.46-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 23.21%
GREEN value IS 141 (55.47% from 255) = 31.47%
BLUE value IS 203 (79.69% from 255) = 45.31%
R=23.21%
G=31.47%
B=45.31%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1041412030.490.3100.20217.5848.7760.2
Hex688DCB311F014da313c
Octal15021531361370243326174
Binary110100010001101110010111100011111101010011011010110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,141,203); }

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

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

 a { background-color: rgb(104,141,203); }

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

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

 span { border-color: rgb(104,141,203); }

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