#686678

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

Shades of Dolphin #686678

Tints of Dolphin #686678

Color information

#686678 (or 0x686678) is unknown color: approx Dolphin. HEX triplet: 68, 66 and 78. RGB value is (104,102,120). Sum of RGB (Red+Green+Blue) = 104+102+120=326 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.90% from 326); Green value is 102 (40.23% from 255 or 31.29% from 326); Blue value is 120 (47.27% from 255 or 36.81% from 326); Max value from RGB is 120 - color contains mainly: blue. Hex color #686678 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686678 is #979987. Grayscale: #686868. Windows color (decimal): -9935240 or 7890536. OLE color: 7890536.

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

Color convert

RGB104102120-
CMYK0.130.1500.53
HSL246.67º8.11%43.53%-
HSV(B)246.67º15%47.06%-
XYZ13.8513.819.7-
YUV104.65136.66127.54-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.90%
GREEN value IS 102 (40.23% from 255) = 31.29%
BLUE value IS 120 (47.27% from 255) = 36.81%
R=31.90%
G=31.29%
B=36.81%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1041021200.130.1500.53246.678.1143.53
Hex686678DF035f782c
Octal15014617015170653671054
Binary110100011001101111000110111110110101111101111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686678; }

 p { color: rgb(104,102,120); }

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

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

 a { background-color: rgb(104,102,120); }

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

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

 span { border-color: rgb(104,102,120); }

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