#68666C

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

Shades of Dolphin #68666C

Tints of Dolphin #68666C

Color information

#68666C (or 0x68666C) is unknown color: approx Dolphin. HEX triplet: 68, 66 and 6C. RGB value is (104,102,108). Sum of RGB (Red+Green+Blue) = 104+102+108=314 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.12% from 314); Green value is 102 (40.23% from 255 or 32.48% from 314); Blue value is 108 (42.58% from 255 or 34.39% from 314); Max value from RGB is 108 - color contains mainly: blue. Hex color #68666C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68666C is #979993. Grayscale: #676767. Windows color (decimal): -9935252 or 7104104. OLE color: 7104104.

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

Color convert

RGB104102108-
CMYK0.040.0600.58
HSL260º2.86%41.18%-
HSV(B)260º5.56%42.35%-
XYZ13.1713.5316.1-
YUV103.28130.66128.51-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.12%
GREEN value IS 102 (40.23% from 255) = 32.48%
BLUE value IS 108 (42.58% from 255) = 34.39%
R=33.12%
G=32.48%
B=34.39%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1041021080.040.0600.582602.8641.18
Hex68666C4603A104329
Octal15014615446072404351
Binary110100011001101101100100110011101010000010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68666C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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