#686576

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

Shades of Dolphin #686576

Tints of Dolphin #686576

Color information

#686576 (or 0x686576) is unknown color: approx Dolphin. HEX triplet: 68, 65 and 76. RGB value is (104,101,118). Sum of RGB (Red+Green+Blue) = 104+101+118=323 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.20% from 323); Green value is 101 (39.84% from 255 or 31.27% from 323); Blue value is 118 (46.48% from 255 or 36.53% from 323); Max value from RGB is 118 - color contains mainly: blue. Hex color #686576 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686576 is #979A89. Grayscale: #676767. Windows color (decimal): -9935498 or 7759208. OLE color: 7759208.

HSL color Cylindrical-coordinate representation of color #686576: hue angle of 250.59º degrees, saturation: 0.08, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #686576 is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB104101118-
CMYK0.120.1400.54
HSL250.59º7.76%42.94%-
HSV(B)250.59º14.41%46.27%-
XYZ13.6313.5619.04-
YUV103.84135.99128.12-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.20%
GREEN value IS 101 (39.84% from 255) = 31.27%
BLUE value IS 118 (46.48% from 255) = 36.53%
R=32.20%
G=31.27%
B=36.53%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1041011180.120.1400.54250.597.7642.94
Hex686576CE036fb82b
Octal15014516614160663731053
Binary110100011001011110110110011100110110111110111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686576; }

 p { color: rgb(104,101,118); }

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

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

 a { background-color: rgb(104,101,118); }

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

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

 span { border-color: rgb(104,101,118); }

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