#686673

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

Shades of Dolphin #686673

Tints of Dolphin #686673

Color information

#686673 (or 0x686673) is unknown color: approx Dolphin. HEX triplet: 68, 66 and 73. RGB value is (104,102,115). Sum of RGB (Red+Green+Blue) = 104+102+115=321 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.40% from 321); Green value is 102 (40.23% from 255 or 31.78% from 321); Blue value is 115 (45.31% from 255 or 35.83% from 321); Max value from RGB is 115 - color contains mainly: blue. Hex color #686673 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686673 is #97998C. Grayscale: #686868. Windows color (decimal): -9935245 or 7562856. OLE color: 7562856.

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

Color convert

RGB104102115-
CMYK0.100.1100.55
HSL249.23º5.99%42.55%-
HSV(B)249.23º11.3%45.1%-
XYZ13.5513.6818.15-
YUV104.08134.16127.94-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.40%
GREEN value IS 102 (40.23% from 255) = 31.78%
BLUE value IS 115 (45.31% from 255) = 35.83%
R=32.40%
G=31.78%
B=35.83%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1041021150.100.1100.55249.235.9942.55
Hex686673AB037f962b
Octal1501461631213067371653
Binary11010001100110111001110101011011011111111001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686673; }

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

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

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

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

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

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

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

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