#686378

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

Shades of Dolphin #686378

Tints of Dolphin #686378

Color information

#686378 (or 0x686378) is unknown color: approx Dolphin. HEX triplet: 68, 63 and 78. RGB value is (104,99,120). Sum of RGB (Red+Green+Blue) = 104+99+120=323 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.20% from 323); Green value is 99 (39.06% from 255 or 30.65% from 323); Blue value is 120 (47.27% from 255 or 37.15% from 323); Max value from RGB is 120 - color contains mainly: blue. Hex color #686378 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686378 is #979C87. Grayscale: #666666. Windows color (decimal): -9936008 or 7889768. OLE color: 7889768.

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

Color convert

RGB10499120-
CMYK0.130.1700.53
HSL254.29º9.59%42.94%-
HSV(B)254.29º17.5%47.06%-
XYZ13.5613.2219.61-
YUV102.89137.66128.79-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.20%
GREEN value IS 99 (39.06% from 255) = 30.65%
BLUE value IS 120 (47.27% from 255) = 37.15%
R=32.20%
G=30.65%
B=37.15%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal104991200.130.1700.53254.299.5942.94
Hex686378D11035fea2b
Octal15014317015210653761253
Binary1101000110001111110001101100010110101111111101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686378; }

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

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

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

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

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

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

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

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