#686476

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

Shades of Dolphin #686476

Tints of Dolphin #686476

Color information

#686476 (or 0x686476) is unknown color: approx Dolphin. HEX triplet: 68, 64 and 76. RGB value is (104,100,118). Sum of RGB (Red+Green+Blue) = 104+100+118=322 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.30% from 322); Green value is 100 (39.45% from 255 or 31.06% from 322); Blue value is 118 (46.48% from 255 or 36.65% from 322); Max value from RGB is 118 - color contains mainly: blue. Hex color #686476 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686476 is #979B89. Grayscale: #676767. Windows color (decimal): -9935754 or 7758952. OLE color: 7758952.

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

Color convert

RGB104100118-
CMYK0.120.1500.54
HSL253.33º8.26%42.75%-
HSV(B)253.33º15.25%46.27%-
XYZ13.5413.3719.01-
YUV103.25136.33128.54-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.30%
GREEN value IS 100 (39.45% from 255) = 31.06%
BLUE value IS 118 (46.48% from 255) = 36.65%
R=32.30%
G=31.06%
B=36.65%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1041001180.120.1500.54253.338.2642.75
Hex686476CF036fd82b
Octal15014416614170663751053
Binary110100011001001110110110011110110110111111011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686476; }

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

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

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

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

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

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

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

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