#68676D

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

Shades of Dolphin #68676D

Tints of Dolphin #68676D

Color information

#68676D (or 0x68676D) is unknown color: approx Dolphin. HEX triplet: 68, 67 and 6D. RGB value is (104,103,109). Sum of RGB (Red+Green+Blue) = 104+103+109=316 (41% of max value = 765). Red value is 104 (41.02% from 255 or 32.91% from 316); Green value is 103 (40.62% from 255 or 32.59% from 316); Blue value is 109 (42.97% from 255 or 34.49% from 316); Max value from RGB is 109 - color contains mainly: blue. Hex color #68676D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68676D is #979892. Grayscale: #676767. Windows color (decimal): -9934995 or 7169896. OLE color: 7169896.

HSL color Cylindrical-coordinate representation of color #68676D: hue angle of 250º degrees, saturation: 0.03, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #68676D is Cyan = 0.05, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB104103109-
CMYK0.050.0600.57
HSL250º2.83%41.57%-
HSV(B)250º5.5%42.75%-
XYZ13.3213.7516.42-
YUV103.98130.83128.01-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.91%
GREEN value IS 103 (40.62% from 255) = 32.59%
BLUE value IS 109 (42.97% from 255) = 34.49%
R=32.91%
G=32.59%
B=34.49%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1041031090.050.0600.572502.8341.57
Hex68676D56039fa32a
Octal15014715556071372352
Binary11010001100111110110110111001110011111101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68676D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68676D; }

 p { color: rgb(104,103,109); }

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

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

 a { background-color: rgb(104,103,109); }

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

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

 span { border-color: rgb(104,103,109); }

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