#686771

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

Shades of Dolphin #686771

Tints of Dolphin #686771

Color information

#686771 (or 0x686771) is unknown color: approx Dolphin. HEX triplet: 68, 67 and 71. RGB value is (104,103,113). Sum of RGB (Red+Green+Blue) = 104+103+113=320 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.5% from 320); Green value is 103 (40.62% from 255 or 32.19% from 320); Blue value is 113 (44.53% from 255 or 35.31% from 320); Max value from RGB is 113 - color contains mainly: blue. Hex color #686771 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686771 is #97988E. Grayscale: #686868. Windows color (decimal): -9934991 or 7432040. OLE color: 7432040.

HSL color Cylindrical-coordinate representation of color #686771: hue angle of 246º degrees, saturation: 0.05, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #686771 is Cyan = 0.08, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB104103113-
CMYK0.080.0900.56
HSL246º4.63%42.35%-
HSV(B)246º8.85%44.31%-
XYZ13.5413.8417.58-
YUV104.44132.83127.69-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.5%
GREEN value IS 103 (40.62% from 255) = 32.19%
BLUE value IS 113 (44.53% from 255) = 35.31%
R=32.5%
G=32.19%
B=35.31%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1041031130.080.0900.562464.6342.35
Hex68677189038f652a
Octal1501471611011070366552
Binary11010001100111111000110001001011100011110110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686771; }

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

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

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

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

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

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

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

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