#686478

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

Shades of Dolphin #686478

Tints of Dolphin #686478

Color information

#686478 (or 0x686478) is unknown color: approx Dolphin. HEX triplet: 68, 64 and 78. RGB value is (104,100,120). Sum of RGB (Red+Green+Blue) = 104+100+120=324 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.10% from 324); Green value is 100 (39.45% from 255 or 30.86% from 324); Blue value is 120 (47.27% from 255 or 37.04% from 324); Max value from RGB is 120 - color contains mainly: blue. Hex color #686478 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686478 is #979B87. Grayscale: #676767. Windows color (decimal): -9935752 or 7890024. OLE color: 7890024.

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

Color convert

RGB104100120-
CMYK0.130.1700.53
HSL252º9.09%43.14%-
HSV(B)252º16.67%47.06%-
XYZ13.6613.4119.64-
YUV103.48137.33128.37-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.10%
GREEN value IS 100 (39.45% from 255) = 30.86%
BLUE value IS 120 (47.27% from 255) = 37.04%
R=32.10%
G=30.86%
B=37.04%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1041001200.130.1700.532529.0943.14
Hex686478D11035fc92b
Octal15014417015210653741153
Binary1101000110010011110001101100010110101111111001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686478; }

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

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

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

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

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

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

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

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