#68666F

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

Shades of Dolphin #68666F

Tints of Dolphin #68666F

Color information

#68666F (or 0x68666F) is unknown color: approx Dolphin. HEX triplet: 68, 66 and 6F. RGB value is (104,102,111). Sum of RGB (Red+Green+Blue) = 104+102+111=317 (41% of max value = 765). Red value is 104 (41.02% from 255 or 32.81% from 317); Green value is 102 (40.23% from 255 or 32.18% from 317); Blue value is 111 (43.75% from 255 or 35.02% from 317); Max value from RGB is 111 - color contains mainly: blue. Hex color #68666F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68666F is #979990. Grayscale: #676767. Windows color (decimal): -9935249 or 7300712. OLE color: 7300712.

HSL color Cylindrical-coordinate representation of color #68666F: hue angle of 253.33º degrees, saturation: 0.04, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #68666F is Cyan = 0.06, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB104102111-
CMYK0.060.0800.56
HSL253.33º4.23%41.76%-
HSV(B)253.33º8.11%43.53%-
XYZ13.3313.5916.96-
YUV103.62132.16128.27-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.81%
GREEN value IS 102 (40.23% from 255) = 32.18%
BLUE value IS 111 (43.75% from 255) = 35.02%
R=32.81%
G=32.18%
B=35.02%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1041021110.060.0800.56253.334.2341.76
Hex68666F68038fd42a
Octal150146157610070375452
Binary1101000110011011011111101000011100011111101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68666F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68666F; }

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

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

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

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

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

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

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

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