#686578

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

Shades of Dolphin #686578

Tints of Dolphin #686578

Color information

#686578 (or 0x686578) is unknown color: approx Dolphin. HEX triplet: 68, 65 and 78. RGB value is (104,101,120). Sum of RGB (Red+Green+Blue) = 104+101+120=325 (43% of max value = 765). Red value is 104 (41.02% from 255 or 32% from 325); Green value is 101 (39.84% from 255 or 31.08% from 325); Blue value is 120 (47.27% from 255 or 36.92% from 325); Max value from RGB is 120 - color contains mainly: blue. Hex color #686578 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686578 is #979A87. Grayscale: #676767. Windows color (decimal): -9935496 or 7890280. OLE color: 7890280.

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

Color convert

RGB104101120-
CMYK0.130.1600.53
HSL249.47º8.6%43.33%-
HSV(B)249.47º15.83%47.06%-
XYZ13.7513.6119.67-
YUV104.06136.99127.96-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32%
GREEN value IS 101 (39.84% from 255) = 31.08%
BLUE value IS 120 (47.27% from 255) = 36.92%
R=32%
G=31.08%
B=36.92%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1041011200.130.1600.53249.478.643.33
Hex686578D10035f992b
Octal15014517015200653711153
Binary1101000110010111110001101100000110101111110011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686578; }

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

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

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

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

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

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

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

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