#686671

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

Shades of Dolphin #686671

Tints of Dolphin #686671

Color information

#686671 (or 0x686671) is unknown color: approx Dolphin. HEX triplet: 68, 66 and 71. RGB value is (104,102,113). Sum of RGB (Red+Green+Blue) = 104+102+113=319 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.60% from 319); Green value is 102 (40.23% from 255 or 31.97% from 319); Blue value is 113 (44.53% from 255 or 35.42% from 319); Max value from RGB is 113 - color contains mainly: blue. Hex color #686671 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686671 is #97998E. Grayscale: #676767. Windows color (decimal): -9935247 or 7431784. OLE color: 7431784.

HSL color Cylindrical-coordinate representation of color #686671: hue angle of 250.91º degrees, saturation: 0.05, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #686671 is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB104102113-
CMYK0.080.1000.56
HSL250.91º5.12%42.16%-
HSV(B)250.91º9.73%44.31%-
XYZ13.4413.6417.55-
YUV103.85133.16128.11-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.60%
GREEN value IS 102 (40.23% from 255) = 31.97%
BLUE value IS 113 (44.53% from 255) = 35.42%
R=32.60%
G=31.97%
B=35.42%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1041021130.080.1000.56250.915.1242.16
Hex6866718A038fb52a
Octal1501461611012070373552
Binary11010001100110111000110001010011100011111011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686671; }

 p { color: rgb(104,102,113); }

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

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

 a { background-color: rgb(104,102,113); }

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

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

 span { border-color: rgb(104,102,113); }

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