#686176

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

Shades of Dolphin #686176

Tints of Dolphin #686176

Color information

#686176 (or 0x686176) is unknown color: approx Dolphin. HEX triplet: 68, 61 and 76. RGB value is (104,97,118). Sum of RGB (Red+Green+Blue) = 104+97+118=319 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.60% from 319); Green value is 97 (38.28% from 255 or 30.41% from 319); Blue value is 118 (46.48% from 255 or 36.99% from 319); Max value from RGB is 118 - color contains mainly: blue. Hex color #686176 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686176 is #979E89. Grayscale: #656565. Windows color (decimal): -9936522 or 7758184. OLE color: 7758184.

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

Color convert

RGB10497118-
CMYK0.120.1800.54
HSL260º9.77%42.16%-
HSV(B)260º17.8%46.27%-
XYZ13.2512.818.91-
YUV101.49137.32129.79-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.60%
GREEN value IS 97 (38.28% from 255) = 30.41%
BLUE value IS 118 (46.48% from 255) = 36.99%
R=32.60%
G=30.41%
B=36.99%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal104971180.120.1800.542609.7742.16
Hex686176C12036104a2a
Octal15014116614220664041252
Binary11010001100001111011011001001001101101000001001010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686176; }

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

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

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

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

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

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

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

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