#686177

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

Shades of Dolphin #686177

Tints of Dolphin #686177

Color information

#686177 (or 0x686177) is unknown color: approx Dolphin. HEX triplet: 68, 61 and 77. RGB value is (104,97,119). Sum of RGB (Red+Green+Blue) = 104+97+119=320 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.5% from 320); Green value is 97 (38.28% from 255 or 30.31% from 320); Blue value is 119 (46.88% from 255 or 37.19% from 320); Max value from RGB is 119 - color contains mainly: blue. Hex color #686177 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686177 is #979E88. Grayscale: #656565. Windows color (decimal): -9936521 or 7823720. OLE color: 7823720.

HSL color Cylindrical-coordinate representation of color #686177: hue angle of 259.09º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #686177 is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB10497119-
CMYK0.130.1800.53
HSL259.09º10.19%42.35%-
HSV(B)259.09º18.49%46.67%-
XYZ13.3112.8219.23-
YUV101.6137.82129.71-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.5%
GREEN value IS 97 (38.28% from 255) = 30.31%
BLUE value IS 119 (46.88% from 255) = 37.19%
R=32.5%
G=30.31%
B=37.19%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal104971190.130.1800.53259.0910.1942.35
Hex686177D12035103a2a
Octal15014116715220654031252
Binary11010001100001111011111011001001101011000000111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686177; }

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

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

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

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

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

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

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

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