#686575

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

Shades of Dolphin #686575

Tints of Dolphin #686575

Color information

#686575 (or 0x686575) is unknown color: approx Dolphin. HEX triplet: 68, 65 and 75. RGB value is (104,101,117). Sum of RGB (Red+Green+Blue) = 104+101+117=322 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.30% from 322); Green value is 101 (39.84% from 255 or 31.37% from 322); Blue value is 117 (46.09% from 255 or 36.34% from 322); Max value from RGB is 117 - color contains mainly: blue. Hex color #686575 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686575 is #979A8A. Grayscale: #676767. Windows color (decimal): -9935499 or 7693672. OLE color: 7693672.

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

Color convert

RGB104101117-
CMYK0.110.1400.54
HSL251.25º7.34%42.75%-
HSV(B)251.25º13.68%45.88%-
XYZ13.5713.5318.73-
YUV103.72135.49128.2-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.30%
GREEN value IS 101 (39.84% from 255) = 31.37%
BLUE value IS 117 (46.09% from 255) = 36.34%
R=32.30%
G=31.37%
B=36.34%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1041011170.110.1400.54251.257.3442.75
Hex686575BE036fb72b
Octal1501451651316066373753
Binary11010001100101111010110111110011011011111011111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686575; }

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

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

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

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

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

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

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

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