#686374

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

Shades of Dolphin #686374

Tints of Dolphin #686374

Color information

#686374 (or 0x686374) is unknown color: approx Dolphin. HEX triplet: 68, 63 and 74. RGB value is (104,99,116). Sum of RGB (Red+Green+Blue) = 104+99+116=319 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.60% from 319); Green value is 99 (39.06% from 255 or 31.03% from 319); Blue value is 116 (45.70% from 255 or 36.36% from 319); Max value from RGB is 116 - color contains mainly: blue. Hex color #686374 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686374 is #979C8B. Grayscale: #666666. Windows color (decimal): -9936012 or 7627624. OLE color: 7627624.

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

Color convert

RGB10499116-
CMYK0.100.1500.55
HSL257.65º7.91%42.16%-
HSV(B)257.65º14.66%45.49%-
XYZ13.3213.1318.35-
YUV102.43135.66129.12-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.60%
GREEN value IS 99 (39.06% from 255) = 31.03%
BLUE value IS 116 (45.70% from 255) = 36.36%
R=32.60%
G=31.03%
B=36.36%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal104991160.100.1500.55257.657.9142.16
Hex686374AF03710282a
Octal15014316412170674021052
Binary1101000110001111101001010111101101111000000101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686374; }

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

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

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

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

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

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

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

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