#68666E

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

Shades of Dolphin #68666E

Tints of Dolphin #68666E

Color information

#68666E (or 0x68666E) is unknown color: approx Dolphin. HEX triplet: 68, 66 and 6E. RGB value is (104,102,110). Sum of RGB (Red+Green+Blue) = 104+102+110=316 (41% of max value = 765). Red value is 104 (41.02% from 255 or 32.91% from 316); Green value is 102 (40.23% from 255 or 32.28% from 316); Blue value is 110 (43.36% from 255 or 34.81% from 316); Max value from RGB is 110 - color contains mainly: blue. Hex color #68666E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68666E is #979991. Grayscale: #676767. Windows color (decimal): -9935250 or 7235176. OLE color: 7235176.

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

Color convert

RGB104102110-
CMYK0.050.0700.57
HSL255º3.77%41.57%-
HSV(B)255º7.27%43.14%-
XYZ13.2713.5716.67-
YUV103.51131.66128.35-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.91%
GREEN value IS 102 (40.23% from 255) = 32.28%
BLUE value IS 110 (43.36% from 255) = 34.81%
R=32.91%
G=32.28%
B=34.81%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1041021100.050.0700.572553.7741.57
Hex68666E57039ff42a
Octal15014615657071377452
Binary110100011001101101110101111011100111111111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68666E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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