#686672

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

Shades of Dolphin #686672

Tints of Dolphin #686672

Color information

#686672 (or 0x686672) is unknown color: approx Dolphin. HEX triplet: 68, 66 and 72. RGB value is (104,102,114). Sum of RGB (Red+Green+Blue) = 104+102+114=320 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.5% from 320); Green value is 102 (40.23% from 255 or 31.88% from 320); Blue value is 114 (44.92% from 255 or 35.62% from 320); Max value from RGB is 114 - color contains mainly: blue. Hex color #686672 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686672 is #97998D. Grayscale: #676767. Windows color (decimal): -9935246 or 7497320. OLE color: 7497320.

HSL color Cylindrical-coordinate representation of color #686672: hue angle of 250º 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 #686672 is Cyan = 0.09, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB104102114-
CMYK0.090.1100.55
HSL250º5.56%42.35%-
HSV(B)250º10.53%44.71%-
XYZ13.513.6617.84-
YUV103.97133.66128.02-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.5%
GREEN value IS 102 (40.23% from 255) = 31.88%
BLUE value IS 114 (44.92% from 255) = 35.62%
R=32.5%
G=31.88%
B=35.62%

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
Decimal1041021140.090.1100.552505.5642.35
Hex6866729B037fa62a
Octal1501461621113067372652
Binary11010001100110111001010011011011011111111010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686672; }

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

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

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

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

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

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

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

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