#68656F

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

Shades of Dolphin #68656F

Tints of Dolphin #68656F

Color information

#68656F (or 0x68656F) is unknown color: approx Dolphin. HEX triplet: 68, 65 and 6F. RGB value is (104,101,111). Sum of RGB (Red+Green+Blue) = 104+101+111=316 (41% of max value = 765). Red value is 104 (41.02% from 255 or 32.91% from 316); Green value is 101 (39.84% from 255 or 31.96% from 316); Blue value is 111 (43.75% from 255 or 35.13% from 316); Max value from RGB is 111 - color contains mainly: blue. Hex color #68656F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68656F is #979A90. Grayscale: #676767. Windows color (decimal): -9935505 or 7300456. OLE color: 7300456.

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

Color convert

RGB104101111-
CMYK0.060.0900.56
HSL258º4.72%41.57%-
HSV(B)258º9.01%43.53%-
XYZ13.2313.416.93-
YUV103.04132.49128.69-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.91%
GREEN value IS 101 (39.84% from 255) = 31.96%
BLUE value IS 111 (43.75% from 255) = 35.13%
R=32.91%
G=31.96%
B=35.13%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1041011110.060.0900.562584.7241.57
Hex68656F6903810252a
Octal150145157611070402552
Binary11010001100101110111111010010111000100000010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68656F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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