#686273

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

Shades of Dolphin #686273

Tints of Dolphin #686273

Color information

#686273 (or 0x686273) is unknown color: approx Dolphin. HEX triplet: 68, 62 and 73. RGB value is (104,98,115). Sum of RGB (Red+Green+Blue) = 104+98+115=317 (41% of max value = 765). Red value is 104 (41.02% from 255 or 32.81% from 317); Green value is 98 (38.67% from 255 or 30.91% from 317); Blue value is 115 (45.31% from 255 or 36.28% from 317); Max value from RGB is 115 - color contains mainly: blue. Hex color #686273 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686273 is #979D8C. Grayscale: #656565. Windows color (decimal): -9936269 or 7561832. OLE color: 7561832.

HSL color Cylindrical-coordinate representation of color #686273: hue angle of 261.18º 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 #686273 is Cyan = 0.10, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB10498115-
CMYK0.100.1500.55
HSL261.18º7.98%41.76%-
HSV(B)261.18º14.78%45.1%-
XYZ13.1712.9218.02-
YUV101.73135.49129.62-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.81%
GREEN value IS 98 (38.67% from 255) = 30.91%
BLUE value IS 115 (45.31% from 255) = 36.28%
R=32.81%
G=30.91%
B=36.28%

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
Decimal104981150.100.1500.55261.187.9841.76
Hex686273AF03710582a
Octal15014216312170674051052
Binary1101000110001011100111010111101101111000001011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686273; }

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

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

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

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

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

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

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

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