#686179

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

Shades of Dolphin #686179

Tints of Dolphin #686179

Color information

#686179 (or 0x686179) is unknown color: approx Dolphin. HEX triplet: 68, 61 and 79. RGB value is (104,97,121). Sum of RGB (Red+Green+Blue) = 104+97+121=322 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.30% from 322); Green value is 97 (38.28% from 255 or 30.12% from 322); Blue value is 121 (47.66% from 255 or 37.58% from 322); Max value from RGB is 121 - color contains mainly: blue. Hex color #686179 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686179 is #979E86. Grayscale: #656565. Windows color (decimal): -9936519 or 7954792. OLE color: 7954792.

HSL color Cylindrical-coordinate representation of color #686179: hue angle of 257.5º degrees, saturation: 0.11, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #686179 is Cyan = 0.14, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB10497121-
CMYK0.140.2000.53
HSL257.5º11.01%42.75%-
HSV(B)257.5º19.83%47.45%-
XYZ13.4312.8719.87-
YUV101.83138.82129.55-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.30%
GREEN value IS 97 (38.28% from 255) = 30.12%
BLUE value IS 121 (47.66% from 255) = 37.58%
R=32.30%
G=30.12%
B=37.58%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal104971210.140.2000.53257.511.0142.75
Hex686179E14035102b2b
Octal15014117116240654021353
Binary11010001100001111100111101010001101011000000101011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686179; }

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

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

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

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

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

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

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

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