#686471

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

Shades of Dolphin #686471

Tints of Dolphin #686471

Color information

#686471 (or 0x686471) is unknown color: approx Dolphin. HEX triplet: 68, 64 and 71. RGB value is (104,100,113). Sum of RGB (Red+Green+Blue) = 104+100+113=317 (41% of max value = 765). Red value is 104 (41.02% from 255 or 32.81% from 317); Green value is 100 (39.45% from 255 or 31.55% from 317); Blue value is 113 (44.53% from 255 or 35.65% from 317); Max value from RGB is 113 - color contains mainly: blue. Hex color #686471 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686471 is #979B8E. Grayscale: #666666. Windows color (decimal): -9935759 or 7431272. OLE color: 7431272.

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

Color convert

RGB104100113-
CMYK0.080.1200.56
HSL258.46º6.1%41.76%-
HSV(B)258.46º11.5%44.31%-
XYZ13.2513.2517.48-
YUV102.68133.83128.94-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.81%
GREEN value IS 100 (39.45% from 255) = 31.55%
BLUE value IS 113 (44.53% from 255) = 35.65%
R=32.81%
G=31.55%
B=35.65%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1041001130.080.1200.56258.466.141.76
Hex6864718C03810262a
Octal1501441611014070402652
Binary110100011001001110001100011000111000100000010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686471; }

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

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

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

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

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

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

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

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