#686773

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

Shades of Dolphin #686773

Tints of Dolphin #686773

Color information

#686773 (or 0x686773) is unknown color: approx Dolphin. HEX triplet: 68, 67 and 73. RGB value is (104,103,115). Sum of RGB (Red+Green+Blue) = 104+103+115=322 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.30% from 322); Green value is 103 (40.62% from 255 or 31.99% from 322); Blue value is 115 (45.31% from 255 or 35.71% from 322); Max value from RGB is 115 - color contains mainly: blue. Hex color #686773 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686773 is #97988C. Grayscale: #686868. Windows color (decimal): -9934989 or 7563112. OLE color: 7563112.

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

Color convert

RGB104103115-
CMYK0.100.1000.55
HSL245º5.5%42.75%-
HSV(B)245º10.43%45.1%-
XYZ13.6513.8818.18-
YUV104.67133.83127.52-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.30%
GREEN value IS 103 (40.62% from 255) = 31.99%
BLUE value IS 115 (45.31% from 255) = 35.71%
R=32.30%
G=31.99%
B=35.71%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1041031150.100.1000.552455.542.75
Hex686773AA037f562b
Octal1501471631212067365653
Binary11010001100111111001110101010011011111110101110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686773; }

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

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

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

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

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

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

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

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