#68676F

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

Shades of Dolphin #68676F

Tints of Dolphin #68676F

Color information

#68676F (or 0x68676F) is unknown color: approx Dolphin. HEX triplet: 68, 67 and 6F. RGB value is (104,103,111). Sum of RGB (Red+Green+Blue) = 104+103+111=318 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.70% from 318); Green value is 103 (40.62% from 255 or 32.39% from 318); Blue value is 111 (43.75% from 255 or 34.91% from 318); Max value from RGB is 111 - color contains mainly: blue. Hex color #68676F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68676F is #979890. Grayscale: #686868. Windows color (decimal): -9934993 or 7300968. OLE color: 7300968.

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

Color convert

RGB104103111-
CMYK0.060.0700.56
HSL247.5º3.74%41.96%-
HSV(B)247.5º7.21%43.53%-
XYZ13.4313.7916.99-
YUV104.21131.83127.85-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.70%
GREEN value IS 103 (40.62% from 255) = 32.39%
BLUE value IS 111 (43.75% from 255) = 34.91%
R=32.70%
G=32.39%
B=34.91%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1041031110.060.0700.56247.53.7441.96
Hex68676F67038f842a
Octal15014715767070370452
Binary110100011001111101111110111011100011111000100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68676F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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