#686582

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

Shades of Dolphin #686582

Tints of Dolphin #686582

Color information

#686582 (or 0x686582) is unknown color: approx Dolphin. HEX triplet: 68, 65 and 82. RGB value is (104,101,130). Sum of RGB (Red+Green+Blue) = 104+101+130=335 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.04% from 335); Green value is 101 (39.84% from 255 or 30.15% from 335); Blue value is 130 (51.17% from 255 or 38.81% from 335); Max value from RGB is 130 - color contains mainly: blue. Hex color #686582 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686582 is #979A7D. Grayscale: #696969. Windows color (decimal): -9935486 or 8545640. OLE color: 8545640.

HSL color Cylindrical-coordinate representation of color #686582: hue angle of 246.21º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #686582 is Cyan = 0.2, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB104101130-
CMYK0.20.2200.49
HSL246.21º12.55%45.29%-
HSV(B)246.21º22.31%50.98%-
XYZ14.3913.8623.04-
YUV105.2141.99127.14-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.04%
GREEN value IS 101 (39.84% from 255) = 30.15%
BLUE value IS 130 (51.17% from 255) = 38.81%
R=31.04%
G=30.15%
B=38.81%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1041011300.20.2200.49246.2112.5545.29
Hex6865821416031f6d2d
Octal15014520224260613661555
Binary110100011001011000001010100101100110001111101101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686582; }

 p { color: rgb(104,101,130); }

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

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

 a { background-color: rgb(104,101,130); }

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

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

 span { border-color: rgb(104,101,130); }

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