#686572

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

Shades of Dolphin #686572

Tints of Dolphin #686572

Color information

#686572 (or 0x686572) is unknown color: approx Dolphin. HEX triplet: 68, 65 and 72. RGB value is (104,101,114). Sum of RGB (Red+Green+Blue) = 104+101+114=319 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.60% from 319); Green value is 101 (39.84% from 255 or 31.66% from 319); Blue value is 114 (44.92% from 255 or 35.74% from 319); Max value from RGB is 114 - color contains mainly: blue. Hex color #686572 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686572 is #979A8D. Grayscale: #676767. Windows color (decimal): -9935502 or 7497064. OLE color: 7497064.

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

Color convert

RGB104101114-
CMYK0.090.1100.55
HSL253.85º6.05%42.16%-
HSV(B)253.85º11.4%44.71%-
XYZ13.413.4717.81-
YUV103.38133.99128.44-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.60%
GREEN value IS 101 (39.84% from 255) = 31.66%
BLUE value IS 114 (44.92% from 255) = 35.74%
R=32.60%
G=31.66%
B=35.74%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1041011140.090.1100.55253.856.0542.16
Hex6865729B037fe62a
Octal1501451621113067376652
Binary11010001100101111001010011011011011111111110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686572; }

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

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

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

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

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

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

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

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