#68676E

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

Shades of Dolphin #68676E

Tints of Dolphin #68676E

Color information

#68676E (or 0x68676E) is unknown color: approx Dolphin. HEX triplet: 68, 67 and 6E. RGB value is (104,103,110). Sum of RGB (Red+Green+Blue) = 104+103+110=317 (41% of max value = 765). Red value is 104 (41.02% from 255 or 32.81% from 317); Green value is 103 (40.62% from 255 or 32.49% from 317); Blue value is 110 (43.36% from 255 or 34.70% from 317); Max value from RGB is 110 - color contains mainly: blue. Hex color #68676E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68676E is #979891. Grayscale: #686868. Windows color (decimal): -9934994 or 7235432. OLE color: 7235432.

HSL color Cylindrical-coordinate representation of color #68676E: hue angle of 248.57º 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 #68676E is Cyan = 0.05, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB104103110-
CMYK0.050.0600.57
HSL248.57º3.29%41.76%-
HSV(B)248.57º6.36%43.14%-
XYZ13.3713.7716.7-
YUV104.1131.33127.93-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.81%
GREEN value IS 103 (40.62% from 255) = 32.49%
BLUE value IS 110 (43.36% from 255) = 34.70%
R=32.81%
G=32.49%
B=34.70%

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
Decimal1041031100.050.0600.57248.573.2941.76
Hex68676E56039f932a
Octal15014715656071371352
Binary11010001100111110111010111001110011111100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68676E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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