#688ABD

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

Shades of Danube #688ABD

Tints of Danube #688ABD

Color information

#688ABD (or 0x688ABD) is unknown color: approx Danube. HEX triplet: 68, 8A and BD. RGB value is (104,138,189). Sum of RGB (Red+Green+Blue) = 104+138+189=431 (57% of max value = 765). Red value is 104 (41.02% from 255 or 24.13% from 431); Green value is 138 (54.30% from 255 or 32.02% from 431); Blue value is 189 (74.22% from 255 or 43.85% from 431); Max value from RGB is 189 - color contains mainly: blue. Hex color #688ABD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #688ABD is #977542. Grayscale: #858585. Windows color (decimal): -9925955 or 12421736. OLE color: 12421736.

HSL color Cylindrical-coordinate representation of color #688ABD: hue angle of 216º 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 #688ABD is Cyan = 0.45, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB104138189-
CMYK0.450.2700.26
HSL216º39.17%57.45%-
HSV(B)216º44.97%74.12%-
XYZ23.9824.7951.67-
YUV133.65159.24106.85-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 24.13%
GREEN value IS 138 (54.30% from 255) = 32.02%
BLUE value IS 189 (74.22% from 255) = 43.85%
R=24.13%
G=32.02%
B=43.85%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1041381890.450.2700.2621639.1757.45
Hex688ABD2D1B01Ad82739
Octal15021227555330323304771
Binary110100010001010101111011011011101101101011011000100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,138,189); }

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

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

 a { background-color: rgb(104,138,189); }

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

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

 span { border-color: rgb(104,138,189); }

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