#688CBE

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

Shades of Danube #688CBE

Tints of Danube #688CBE

Color information

#688CBE (or 0x688CBE) is unknown color: approx Danube. HEX triplet: 68, 8C and BE. RGB value is (104,140,190). Sum of RGB (Red+Green+Blue) = 104+140+190=434 (57% of max value = 765). Red value is 104 (41.02% from 255 or 23.96% from 434); Green value is 140 (55.08% from 255 or 32.26% from 434); Blue value is 190 (74.61% from 255 or 43.78% from 434); Max value from RGB is 190 - color contains mainly: blue. Hex color #688CBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #688CBE is #977341. Grayscale: #868686. Windows color (decimal): -9925442 or 12487784. OLE color: 12487784.

HSL color Cylindrical-coordinate representation of color #688CBE: hue angle of 214.88º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #688CBE is Cyan = 0.45, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB104140190-
CMYK0.450.2600.25
HSL214.88º39.81%57.65%-
HSV(B)214.88º45.26%74.51%-
XYZ24.3825.4252.34-
YUV134.94159.07105.93-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 23.96%
GREEN value IS 140 (55.08% from 255) = 32.26%
BLUE value IS 190 (74.61% from 255) = 43.78%
R=23.96%
G=32.26%
B=43.78%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1041401900.450.2600.25214.8839.8157.65
Hex688CBE2D1A019d7283a
Octal15021427655320313275072
Binary110100010001100101111101011011101001100111010111101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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