#686571

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

Shades of Dolphin #686571

Tints of Dolphin #686571

Color information

#686571 (or 0x686571) is unknown color: approx Dolphin. HEX triplet: 68, 65 and 71. RGB value is (104,101,113). Sum of RGB (Red+Green+Blue) = 104+101+113=318 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.70% from 318); Green value is 101 (39.84% from 255 or 31.76% from 318); Blue value is 113 (44.53% from 255 or 35.53% from 318); Max value from RGB is 113 - color contains mainly: blue. Hex color #686571 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686571 is #979A8E. Grayscale: #676767. Windows color (decimal): -9935503 or 7431528. OLE color: 7431528.

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

Color convert

RGB104101113-
CMYK0.080.1100.56
HSL255º5.61%41.96%-
HSV(B)255º10.62%44.31%-
XYZ13.3413.4417.51-
YUV103.26133.49128.52-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.70%
GREEN value IS 101 (39.84% from 255) = 31.76%
BLUE value IS 113 (44.53% from 255) = 35.53%
R=32.70%
G=31.76%
B=35.53%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1041011130.080.1100.562555.6141.96
Hex6865718B038ff62a
Octal1501451611013070377652
Binary11010001100101111000110001011011100011111111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686571; }

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

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

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

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

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

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

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

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