#686175

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

Shades of Dolphin #686175

Tints of Dolphin #686175

Color information

#686175 (or 0x686175) is unknown color: approx Dolphin. HEX triplet: 68, 61 and 75. RGB value is (104,97,117). Sum of RGB (Red+Green+Blue) = 104+97+117=318 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.70% from 318); Green value is 97 (38.28% from 255 or 30.50% from 318); Blue value is 117 (46.09% from 255 or 36.79% from 318); Max value from RGB is 117 - color contains mainly: blue. Hex color #686175 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686175 is #979E8A. Grayscale: #656565. Windows color (decimal): -9936523 or 7692648. OLE color: 7692648.

HSL color Cylindrical-coordinate representation of color #686175: hue angle of 261º degrees, saturation: 0.09, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #686175 is Cyan = 0.11, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB10497117-
CMYK0.110.1700.54
HSL261º9.35%41.96%-
HSV(B)261º17.09%45.88%-
XYZ13.1912.7818.6-
YUV101.37136.82129.87-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.70%
GREEN value IS 97 (38.28% from 255) = 30.50%
BLUE value IS 117 (46.09% from 255) = 36.79%
R=32.70%
G=30.50%
B=36.79%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal104971170.110.1700.542619.3541.96
Hex686175B1103610592a
Octal15014116513210664051152
Binary11010001100001111010110111000101101101000001011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686175; }

 p { color: rgb(104,97,117); }

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

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

 a { background-color: rgb(104,97,117); }

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

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

 span { border-color: rgb(104,97,117); }

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