#686577

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

Shades of Dolphin #686577

Tints of Dolphin #686577

Color information

#686577 (or 0x686577) is unknown color: approx Dolphin. HEX triplet: 68, 65 and 77. RGB value is (104,101,119). Sum of RGB (Red+Green+Blue) = 104+101+119=324 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.10% from 324); Green value is 101 (39.84% from 255 or 31.17% from 324); Blue value is 119 (46.88% from 255 or 36.73% from 324); Max value from RGB is 119 - color contains mainly: blue. Hex color #686577 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686577 is #979A88. Grayscale: #676767. Windows color (decimal): -9935497 or 7824744. OLE color: 7824744.

HSL color Cylindrical-coordinate representation of color #686577: hue angle of 250º degrees, saturation: 0.08, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #686577 is Cyan = 0.13, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB104101119-
CMYK0.130.1500.53
HSL250º8.18%43.14%-
HSV(B)250º15.13%46.67%-
XYZ13.6913.5819.35-
YUV103.95136.49128.04-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.10%
GREEN value IS 101 (39.84% from 255) = 31.17%
BLUE value IS 119 (46.88% from 255) = 36.73%
R=32.10%
G=31.17%
B=36.73%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1041011190.130.1500.532508.1843.14
Hex686577DF035fa82b
Octal15014516715170653721053
Binary110100011001011110111110111110110101111110101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686577; }

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

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

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

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

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

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

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

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