#688FBC

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

Shades of Danube #688FBC

Tints of Danube #688FBC

Color information

#688FBC (or 0x688FBC) is unknown color: approx Danube. HEX triplet: 68, 8F and BC. RGB value is (104,143,188). Sum of RGB (Red+Green+Blue) = 104+143+188=435 (57% of max value = 765). Red value is 104 (41.02% from 255 or 23.91% from 435); Green value is 143 (56.25% from 255 or 32.87% from 435); Blue value is 188 (73.83% from 255 or 43.22% from 435); Max value from RGB is 188 - color contains mainly: blue. Hex color #688FBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #688FBC is #977043. Grayscale: #888888. Windows color (decimal): -9924676 or 12357480. OLE color: 12357480.

HSL color Cylindrical-coordinate representation of color #688FBC: hue angle of 212.14º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #688FBC is Cyan = 0.45, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB104143188-
CMYK0.450.2400.26
HSL212.14º38.53%57.25%-
HSV(B)212.14º44.68%73.73%-
XYZ24.6126.2251.34-
YUV136.47157.08104.84-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 23.91%
GREEN value IS 143 (56.25% from 255) = 32.87%
BLUE value IS 188 (73.83% from 255) = 43.22%
R=23.91%
G=32.87%
B=43.22%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1041431880.450.2400.26212.1438.5357.25
Hex688FBC2D1801Ad42739
Octal15021727455300323244771
Binary110100010001111101111001011011100001101011010100100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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