#686470

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

Shades of Dolphin #686470

Tints of Dolphin #686470

Color information

#686470 (or 0x686470) is unknown color: approx Dolphin. HEX triplet: 68, 64 and 70. RGB value is (104,100,112). Sum of RGB (Red+Green+Blue) = 104+100+112=316 (41% of max value = 765). Red value is 104 (41.02% from 255 or 32.91% from 316); Green value is 100 (39.45% from 255 or 31.65% from 316); Blue value is 112 (44.14% from 255 or 35.44% from 316); Max value from RGB is 112 - color contains mainly: blue. Hex color #686470 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686470 is #979B8F. Grayscale: #666666. Windows color (decimal): -9935760 or 7365736. OLE color: 7365736.

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

Color convert

RGB104100112-
CMYK0.070.1100.56
HSL260º5.66%41.57%-
HSV(B)260º10.71%43.92%-
XYZ13.1913.2317.19-
YUV102.56133.33129.02-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.91%
GREEN value IS 100 (39.45% from 255) = 31.65%
BLUE value IS 112 (44.14% from 255) = 35.44%
R=32.91%
G=31.65%
B=35.44%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1041001120.070.1100.562605.6641.57
Hex6864707B03810462a
Octal150144160713070404652
Binary11010001100100111000011110110111000100000100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686470; }

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

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

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

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

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

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

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

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