#688FBA

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

Shades of Danube #688FBA

Tints of Danube #688FBA

Color information

#688FBA (or 0x688FBA) is unknown color: approx Danube. HEX triplet: 68, 8F and BA. RGB value is (104,143,186). Sum of RGB (Red+Green+Blue) = 104+143+186=433 (57% of max value = 765). Red value is 104 (41.02% from 255 or 24.02% from 433); Green value is 143 (56.25% from 255 or 33.03% from 433); Blue value is 186 (73.05% from 255 or 42.96% from 433); Max value from RGB is 186 - color contains mainly: blue. Hex color #688FBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #688FBA is #977045. Grayscale: #888888. Windows color (decimal): -9924678 or 12226408. OLE color: 12226408.

HSL color Cylindrical-coordinate representation of color #688FBA: hue angle of 211.46º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #688FBA is Cyan = 0.44, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB104143186-
CMYK0.440.2300.27
HSL211.46º37.27%56.86%-
HSV(B)211.46º44.09%72.94%-
XYZ24.3926.1350.21-
YUV136.24156.08105-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 24.02%
GREEN value IS 143 (56.25% from 255) = 33.03%
BLUE value IS 186 (73.05% from 255) = 42.96%
R=24.02%
G=33.03%
B=42.96%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1041431860.440.2300.27211.4637.2756.86
Hex688FBA2C1701Bd32539
Octal15021727254270333234571
Binary110100010001111101110101011001011101101111010011100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,143,186); }

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

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

 a { background-color: rgb(104,143,186); }

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

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

 span { border-color: rgb(104,143,186); }

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