#686473

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

Shades of Dolphin #686473

Tints of Dolphin #686473

Color information

#686473 (or 0x686473) is unknown color: approx Dolphin. HEX triplet: 68, 64 and 73. RGB value is (104,100,115). Sum of RGB (Red+Green+Blue) = 104+100+115=319 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.60% from 319); Green value is 100 (39.45% from 255 or 31.35% from 319); Blue value is 115 (45.31% from 255 or 36.05% from 319); Max value from RGB is 115 - color contains mainly: blue. Hex color #686473 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686473 is #979B8C. Grayscale: #666666. Windows color (decimal): -9935757 or 7562344. OLE color: 7562344.

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

Color convert

RGB104100115-
CMYK0.100.1300.55
HSL256º6.98%42.16%-
HSV(B)256º13.04%45.1%-
XYZ13.3613.318.08-
YUV102.91134.83128.78-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.60%
GREEN value IS 100 (39.45% from 255) = 31.35%
BLUE value IS 115 (45.31% from 255) = 36.05%
R=32.60%
G=31.35%
B=36.05%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1041001150.100.1300.552566.9842.16
Hex686473AD03710072a
Octal1501441631215067400752
Binary110100011001001110011101011010110111100000000111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686473; }

 p { color: rgb(104,100,115); }

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

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

 a { background-color: rgb(104,100,115); }

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

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

 span { border-color: rgb(104,100,115); }

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