#686770

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

Shades of Dolphin #686770

Tints of Dolphin #686770

Color information

#686770 (or 0x686770) is unknown color: approx Dolphin. HEX triplet: 68, 67 and 70. RGB value is (104,103,112). Sum of RGB (Red+Green+Blue) = 104+103+112=319 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.60% from 319); Green value is 103 (40.62% from 255 or 32.29% from 319); Blue value is 112 (44.14% from 255 or 35.11% from 319); Max value from RGB is 112 - color contains mainly: blue. Hex color #686770 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686770 is #97988F. Grayscale: #686868. Windows color (decimal): -9934992 or 7366504. OLE color: 7366504.

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

Color convert

RGB104103112-
CMYK0.070.0800.56
HSL246.67º4.19%42.16%-
HSV(B)246.67º8.04%43.92%-
XYZ13.4813.8117.28-
YUV104.32132.33127.77-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.60%
GREEN value IS 103 (40.62% from 255) = 32.29%
BLUE value IS 112 (44.14% from 255) = 35.11%
R=32.60%
G=32.29%
B=35.11%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1041031120.070.0800.56246.674.1942.16
Hex68677078038f742a
Octal150147160710070367452
Binary1101000110011111100001111000011100011110111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686770; }

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

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

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

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

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

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

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

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