#686573

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

Shades of Dolphin #686573

Tints of Dolphin #686573

Color information

#686573 (or 0x686573) is unknown color: approx Dolphin. HEX triplet: 68, 65 and 73. RGB value is (104,101,115). Sum of RGB (Red+Green+Blue) = 104+101+115=320 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.5% from 320); Green value is 101 (39.84% from 255 or 31.56% from 320); Blue value is 115 (45.31% from 255 or 35.94% from 320); Max value from RGB is 115 - color contains mainly: blue. Hex color #686573 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686573 is #979A8C. Grayscale: #676767. Windows color (decimal): -9935501 or 7562600. OLE color: 7562600.

HSL color Cylindrical-coordinate representation of color #686573: hue angle of 252.86º degrees, saturation: 0.06, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #686573 is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB104101115-
CMYK0.100.1200.55
HSL252.86º6.48%42.35%-
HSV(B)252.86º12.17%45.1%-
XYZ13.4613.4918.11-
YUV103.49134.49128.36-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.5%
GREEN value IS 101 (39.84% from 255) = 31.56%
BLUE value IS 115 (45.31% from 255) = 35.94%
R=32.5%
G=31.56%
B=35.94%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1041011150.100.1200.55252.866.4842.35
Hex686573AC037fd62a
Octal1501451631214067375652
Binary11010001100101111001110101100011011111111101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686573; }

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

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

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

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

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

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

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

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