#686376

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

Shades of Dolphin #686376

Tints of Dolphin #686376

Color information

#686376 (or 0x686376) is unknown color: approx Dolphin. HEX triplet: 68, 63 and 76. RGB value is (104,99,118). Sum of RGB (Red+Green+Blue) = 104+99+118=321 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.40% from 321); Green value is 99 (39.06% from 255 or 30.84% from 321); Blue value is 118 (46.48% from 255 or 36.76% from 321); Max value from RGB is 118 - color contains mainly: blue. Hex color #686376 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686376 is #979C89. Grayscale: #666666. Windows color (decimal): -9936010 or 7758696. OLE color: 7758696.

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

Color convert

RGB10499118-
CMYK0.120.1600.54
HSL255.79º8.76%42.55%-
HSV(B)255.79º16.1%46.27%-
XYZ13.4413.1718.97-
YUV102.66136.66128.96-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.40%
GREEN value IS 99 (39.06% from 255) = 30.84%
BLUE value IS 118 (46.48% from 255) = 36.76%
R=32.40%
G=30.84%
B=36.76%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal104991180.120.1600.54255.798.7642.55
Hex686376C1003610092b
Octal15014316614200664001153
Binary11010001100011111011011001000001101101000000001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686376; }

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

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

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

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

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

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

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

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