#686375

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

Shades of Dolphin #686375

Tints of Dolphin #686375

Color information

#686375 (or 0x686375) is unknown color: approx Dolphin. HEX triplet: 68, 63 and 75. RGB value is (104,99,117). Sum of RGB (Red+Green+Blue) = 104+99+117=320 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.5% from 320); Green value is 99 (39.06% from 255 or 30.94% from 320); Blue value is 117 (46.09% from 255 or 36.56% from 320); Max value from RGB is 117 - color contains mainly: blue. Hex color #686375 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686375 is #979C8A. Grayscale: #666666. Windows color (decimal): -9936011 or 7693160. OLE color: 7693160.

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

Color convert

RGB10499117-
CMYK0.110.1500.54
HSL256.67º8.33%42.35%-
HSV(B)256.67º15.38%45.88%-
XYZ13.3813.1518.66-
YUV102.55136.16129.04-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.5%
GREEN value IS 99 (39.06% from 255) = 30.94%
BLUE value IS 117 (46.09% from 255) = 36.56%
R=32.5%
G=30.94%
B=36.56%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal104991170.110.1500.54256.678.3342.35
Hex686375BF03610182a
Octal15014316513170664011052
Binary1101000110001111101011011111101101101000000011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686375; }

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

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

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

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

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

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

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

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